1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Fix whitespace/inspection

This commit is contained in:
Dan Balasescu 2022-03-10 16:22:27 +09:00
parent 13a4058efd
commit c61397cc22

View File

@ -102,5 +102,4 @@ namespace osu.Game.Online.API
public int GetHashCode(KeyValuePair<string, object> obj) => HashCode.Combine(obj.Key, ModUtils.GetSettingUnderlyingValue(obj.Value));
}
}
}