mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Add missing blank line
This commit is contained in:
parent
883ee9851a
commit
138e65d7a4
@ -42,6 +42,7 @@ namespace osu.Game.Utils
|
||||
int i = (int)Math.Floor(Math.Round(Math.Log(input, k)));
|
||||
return $"{input / Math.Pow(k, i):F} {suffixes[i]}";
|
||||
}
|
||||
|
||||
private static readonly string[] suffixes =
|
||||
{
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user