1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix empty line

This commit is contained in:
Dean Herbert 2018-06-13 15:43:00 +09:00 committed by smoogipoo
parent cb73f215ac
commit d259b31893

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
{