mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 16:25:32 +08:00
Remove redundant array type specification
This commit is contained in:
parent
89eded457c
commit
a1b72e7f97
@ -65,7 +65,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
|
||||
Container filterContainer;
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
InternalChildren = new[]
|
||||
{
|
||||
new Box
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user