mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Apply brace style.
This commit is contained in:
@ -44,8 +44,10 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
string format = new string('0', (int)LeadingZeroes);
|
||||
if (UseCommaSeparator)
|
||||
{
|
||||
for (int i = format.Length - 3; i > 0; i -= 3)
|
||||
format = format.Insert(i, @",");
|
||||
}
|
||||
|
||||
return ((long)count).ToString(format);
|
||||
}
|
||||
|
Reference in New Issue
Block a user