mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Apply newline additions
This commit is contained in:
@ -35,6 +35,7 @@ namespace osu.Game.Tests.Beatmaps
|
||||
Assert.Multiple(() =>
|
||||
{
|
||||
int mappingCounter = 0;
|
||||
|
||||
while (true)
|
||||
{
|
||||
if (mappingCounter >= ourResult.Mappings.Count && mappingCounter >= expectedResult.Mappings.Count)
|
||||
@ -61,6 +62,7 @@ namespace osu.Game.Tests.Beatmaps
|
||||
Assert.Multiple(() =>
|
||||
{
|
||||
int objectCounter = 0;
|
||||
|
||||
while (true)
|
||||
{
|
||||
if (objectCounter >= ourMapping.Objects.Count && objectCounter >= expectedMapping.Objects.Count)
|
||||
|
Reference in New Issue
Block a user