1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-09 03:42:55 +08:00

Add missing blank line

This commit is contained in:
Andrei Zavatski 2019-09-29 15:15:41 +03:00
parent 883ee9851a
commit 138e65d7a4

View File

@ -42,6 +42,7 @@ namespace osu.Game.Utils
int i = (int)Math.Floor(Math.Round(Math.Log(input, k))); int i = (int)Math.Floor(Math.Round(Math.Log(input, k)));
return $"{input / Math.Pow(k, i):F} {suffixes[i]}"; return $"{input / Math.Pow(k, i):F} {suffixes[i]}";
} }
private static readonly string[] suffixes = private static readonly string[] suffixes =
{ {
"", "",