Skip to content

Commit

Permalink
add blank line between method
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 19, 2021
1 parent 999f2d8 commit a854ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game.Tests/Visual/Components/TestSceneIdleTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public void TestTimings()

waitForAllIdle();
}

private void checkIdleStatus(int box, bool expectedIdle)
{
AddAssert($"box {box} is {(expectedIdle ? "idle" : "active")}", () => boxes[box - 1].IsIdle == expectedIdle);
Expand Down

0 comments on commit a854ce4

Please sign in to comment.