1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Trim whitespace

This commit is contained in:
DrabWeb 2017-05-31 05:22:54 -03:00
parent 394745bca5
commit 9942733b63

View File

@ -131,7 +131,7 @@ namespace osu.Game.Overlays
if (BeatmapSets == null) return;
panels.Children = BeatmapSets.Select(b => displayStyle == PanelDisplayStyle.Grid ? (DirectPanel)new DirectGridPanel(b) { Width = 400 } : new DirectListPanel(b));
}
public class ResultCounts
{
public readonly int Artists;