mirror of
https://github.com/ppy/osu
synced 2025-02-05 04:42:18 +00:00
add blank line between method
This commit is contained in:
parent
999f2d810c
commit
a854ce429a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user