mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Remove unnecessary parentheses
I... forgot to amend that.
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
{
|
{
|
||||||
var hitObject = i % 2 == 0
|
var hitObject = i % 2 == 0
|
||||||
? (OsuHitObject)new HitCircle()
|
? (OsuHitObject)new HitCircle()
|
||||||
: new Slider()
|
: new Slider
|
||||||
{
|
{
|
||||||
Path = new SliderPath(new[]
|
Path = new SliderPath(new[]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user