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:
parent
883ee9851a
commit
138e65d7a4
@ -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 =
|
||||||
{
|
{
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user