1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 14:02:55 +08:00

Remove redundant array type specification

This commit is contained in:
Dean Herbert 2021-08-13 14:41:07 +09:00
parent 89eded457c
commit a1b72e7f97

View File

@ -65,7 +65,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
Container filterContainer;
InternalChildren = new Drawable[]
InternalChildren = new[]
{
new Box
{