add blank line between method

This commit is contained in:
jvyden 2021-04-18 23:49:13 -04:00
parent 999f2d810c
commit a854ce429a
No known key found for this signature in database
GPG Key ID: 18BCF2BE0262B278

View File

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