fix formatting

This commit is contained in:
Gagah Pangeran 2020-07-16 15:32:07 +07:00
parent 7021459c75
commit 545e4a1f66

View File

@ -56,7 +56,8 @@ namespace osu.Game.Rulesets.Catch.Tests
[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));