1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

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]
private void load()
{
Add(cursor = new GameplayCursor() { RelativeSizeAxes = Axes.Both });
Add(cursor = new GameplayCursor { RelativeSizeAxes = Axes.Both });
}
}
}