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