mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Trim whitespace
This commit is contained in:
parent
394745bca5
commit
9942733b63
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user