1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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