1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 18:30:23 +08:00

Fix empty line

This commit is contained in:
Dean Herbert
2018-06-13 15:43:00 +09:00
Unverified
parent 3ac90511c9
commit 0fdb04f57d
-1
View File
@@ -45,7 +45,6 @@ namespace osu.Game.Tests.Visual
Player p = null;
AddStep(ruleset.RulesetInfo.Name, () => p = loadPlayerFor(ruleset));
AddUntilStep(() => ContinueCondition(p));
}
else
{