1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 23:23:30 +08:00

Remove whitespace

This commit is contained in:
Dan Balasescu 2021-12-15 07:33:49 +09:00
parent 0950d8d327
commit da00c020be

View File

@ -191,7 +191,6 @@ namespace osu.Game.Tests.Visual.Playlists
}
private void setupAndCreateRoom(Action<Room> room)
{
AddStep("setup room", () => room(SelectedRoom.Value));