add blank line between method

This commit is contained in:
jvyden
2021-04-18 23:49:13 -04:00
parent 999f2d810c
commit a854ce429a

View File

@ -141,6 +141,7 @@ namespace osu.Game.Tests.Visual.Components
waitForAllIdle(); waitForAllIdle();
} }
private void checkIdleStatus(int box, bool expectedIdle) private void checkIdleStatus(int box, bool expectedIdle)
{ {
AddAssert($"box {box} is {(expectedIdle ? "idle" : "active")}", () => boxes[box - 1].IsIdle == expectedIdle); AddAssert($"box {box} is {(expectedIdle ? "idle" : "active")}", () => boxes[box - 1].IsIdle == expectedIdle);