1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 11:02:57 +08:00

Remove whitespace

This commit is contained in:
rednir 2021-01-18 20:17:42 +00:00
parent 233e50ba1a
commit 0b65c0cd25

View File

@ -113,7 +113,6 @@ namespace osu.Game.Overlays.Settings.Sections
{
skinItems = skins.GetAllUsableSkins();
skinItems = sortList(skinItems);
skinDropdown.Items = skinItems;
}