mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
add blank line between method
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user