1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 01:05:02 +08:00

Remove redundant explicit array type specification

This commit is contained in:
Bartłomiej Dach
2023-10-17 10:26:02 +02:00
Unverified
parent 4381169a3f
commit 7abd7fe658
+1 -1
View File
@@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Edit
dependencies.CacheAs(Playfield);
InternalChildren = new Drawable[]
InternalChildren = new[]
{
PlayfieldContentContainer = new Container
{