1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Fix empty line

This commit is contained in:
Dean Herbert 2018-06-13 15:43:00 +09:00
parent 3ac90511c9
commit 0fdb04f57d

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
{