1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 23:41:00 +08:00

Fix code formatting

This commit is contained in:
Spooghetti420
2022-01-27 21:02:59 +00:00
Unverified
parent 3e068e564d
commit 146c54a2c1
2 changed files with 1 additions and 4 deletions
@@ -28,7 +28,6 @@ namespace osu.Game.Rulesets.Mania.Tests.Mods
Assert.That(!testBeatmap.HitObjects.OfType<HoldNote>().Any());
}
private static IBeatmap createBeatmap()
{
var beatmap = createRawBeatmap();
@@ -69,7 +69,5 @@ namespace osu.Game.Rulesets.Mania.Mods
maniaBeatmap.HitObjects = maniaBeatmap.HitObjects.OfType<Note>().Concat(newObjects).OrderBy(h => h.StartTime).ToList();
}
}
}
}