mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 20:07:18 +09: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…
x
Reference in New Issue
Block a user