1
0
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:
ANDY840119-PC\andy840119 2018-01-03 23:50:52 +09:00
parent aadafae8cb
commit 409664e4dc

View File

@ -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>()
{