mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Fix code formatting
This commit is contained in:
parent
3e068e564d
commit
146c54a2c1
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user