mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Trim whitespace
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user