1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

Trim whitespace

This commit is contained in:
Dan Balasescu 2021-11-24 13:48:59 +09:00
parent 84268c3d85
commit 5a0a95f9d4

View File

@ -269,7 +269,6 @@ namespace osu.Game.Database
break;
case 11:
string keyBindingClassName = getMappedOrOriginalName(typeof(RealmKeyBinding));
var oldKeyBindings = migration.OldRealm.DynamicApi.All(keyBindingClassName);