1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 14:07:25 +08:00

Remove redundant type spec

This commit is contained in:
Bartłomiej Dach 2024-06-17 10:54:52 +02:00
parent 03049d45bb
commit f7910f774d
No known key found for this signature in database

View File

@ -359,7 +359,7 @@ namespace osu.Game.Screens.Edit
},
new MenuItem(CommonStrings.MenuBarView)
{
Items = new MenuItem[]
Items = new[]
{
new MenuItem(EditorStrings.Timeline)
{