Fix code formatting

This commit is contained in:
Spooghetti420 2022-01-27 21:02:59 +00:00
parent 3e068e564d
commit 146c54a2c1
2 changed files with 1 additions and 4 deletions

View File

@ -28,7 +28,6 @@ public void TestMapHasNoHeldNotes()
Assert.That(!testBeatmap.HitObjects.OfType<HoldNote>().Any());
}
private static IBeatmap createBeatmap()
{
var beatmap = createRawBeatmap();

View File

@ -69,7 +69,5 @@ public void ApplyToBeatmap(IBeatmap beatmap)
maniaBeatmap.HitObjects = maniaBeatmap.HitObjects.OfType<Note>().Concat(newObjects).OrderBy(h => h.StartTime).ToList();
}
}
}
}