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)));
return $"{input / Math.Pow(k, i):F} {suffixes[i]}";
}
private static readonly string[] suffixes =
{
"",