mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 00:32:57 +08:00
Indentation
This commit is contained in:
parent
7b9eacc213
commit
aa9a636c3c
@ -170,8 +170,8 @@ namespace osu.Game.Overlays
|
||||
if (ResultCounts == null) return;
|
||||
|
||||
resultCountsText.Text = pluralize(@"Artist", ResultCounts?.Artists ?? 0) + ", " +
|
||||
pluralize(@"Song", ResultCounts?.Songs ?? 0) + ", " +
|
||||
pluralize(@"Tag", ResultCounts?.Tags ?? 0);
|
||||
pluralize(@"Song", ResultCounts?.Songs ?? 0) + ", " +
|
||||
pluralize(@"Tag", ResultCounts?.Tags ?? 0);
|
||||
}
|
||||
|
||||
private string pluralize(string prefix, int value)
|
||||
|
Loading…
Reference in New Issue
Block a user