mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +08:00
White space needs to be trimmed
This commit is contained in:
parent
aadafae8cb
commit
409664e4dc
@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
AddStep("Right special style", () => createPlayfield(4, SpecialColumnPosition.Right));
|
||||
AddStep("5 columns", () => createPlayfield(5, SpecialColumnPosition.Normal));
|
||||
AddStep("8 columns", () => createPlayfield(8, SpecialColumnPosition.Normal));
|
||||
AddStep("4 + 4 columns", () =>
|
||||
AddStep("4 + 4 columns", () =>
|
||||
{
|
||||
var stages = new List<StageDefinition>()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user