mirror of
https://github.com/osukey/osukey.git
synced 2025-07-10 21:00:00 +09:00
Fix code styling
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user