mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 19:32:55 +08:00
Trim whitespaces
This commit is contained in:
parent
143d7ab640
commit
ba679684be
@ -83,7 +83,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
Mods.Value = Mods.Value.Concat(new[] { ruleset.GetAutoplayMod() }).ToArray();
|
Mods.Value = Mods.Value.Concat(new[] { ruleset.GetAutoplayMod() }).ToArray();
|
||||||
return new TestPlayer();
|
return new TestPlayer();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override IBeatmap CreateBeatmap(RulesetInfo ruleset) => new Beatmap
|
protected override IBeatmap CreateBeatmap(RulesetInfo ruleset) => new Beatmap
|
||||||
{
|
{
|
||||||
HitObjects = new List<HitObject>
|
HitObjects = new List<HitObject>
|
||||||
|
Loading…
Reference in New Issue
Block a user