1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Remove redundant explicit array type specification

This commit is contained in:
Bartłomiej Dach 2023-10-17 10:26:02 +02:00
parent 4381169a3f
commit 7abd7fe658
No known key found for this signature in database

View File

@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Edit
dependencies.CacheAs(Playfield);
InternalChildren = new Drawable[]
InternalChildren = new[]
{
PlayfieldContentContainer = new Container
{