1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:07:52 +08:00

Remove unnecessary parentheses

I... forgot to amend that.
This commit is contained in:
Salman Ahmed 2021-07-22 16:42:00 +03:00
parent 523c154f15
commit 20adfabc97

View File

@ -137,7 +137,7 @@ namespace osu.Game.Rulesets.Osu.Tests
{
var hitObject = i % 2 == 0
? (OsuHitObject)new HitCircle()
: new Slider()
: new Slider
{
Path = new SliderPath(new[]
{