Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gagahpangeran committed Jul 16, 2020
1 parent 7021459 commit 545e4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osu.Game.Rulesets.Catch.Tests/TestSceneCatcherArea.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public TestSceneCatcherArea()

[TestCase(true)]
[TestCase(false)]
public void TestHitLighting(bool enable) {
public void TestHitLighting(bool enable)
{
Catcher catcher = this.ChildrenOfType<CatcherArea>().First().MovableCatcher;

AddStep("Toggle hit lighting", () => config.Set(OsuSetting.HitLighting, enable));
Expand Down

0 comments on commit 545e4a1

Please sign in to comment.