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));
}
}
}