Fix code styling

This commit is contained in:
Dean Herbert
2019-03-03 13:50:36 +09:00
committed by GitHub
parent fdf346e1a2
commit 1ea4781188

View File

@ -13,7 +13,9 @@ namespace osu.Game.Rulesets.Catch.Tests
public class TestCaseHyperDash : Game.Tests.Visual.TestCasePlayer public class TestCaseHyperDash : Game.Tests.Visual.TestCasePlayer
{ {
public TestCaseHyperDash() public TestCaseHyperDash()
: base(new CatchRuleset()) { } : base(new CatchRuleset())
{
}
protected override IBeatmap CreateBeatmap(Ruleset ruleset) protected override IBeatmap CreateBeatmap(Ruleset ruleset)
{ {