Fix resharper not fixing

This commit is contained in:
Dean Herbert
2018-03-11 02:20:00 +09:00
parent 5092fe5596
commit ccc3c573ab

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Tests
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load() private void load()
{ {
Add(cursor = new GameplayCursor() { RelativeSizeAxes = Axes.Both }); Add(cursor = new GameplayCursor { RelativeSizeAxes = Axes.Both });
} }
} }
} }