1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 10:02:54 +08:00

Fix code quality

This commit is contained in:
Bartłomiej Dach 2024-12-16 12:22:06 +09:00
parent da840e3fac
commit 1058abb4ab
No known key found for this signature in database

View File

@ -204,7 +204,7 @@ namespace osu.Game.Screens.Edit.Timing
{
RelativeSizeAxes = Axes.Both;
InternalChildren = new Drawable[]
InternalChildren = new[]
{
background = new Box
{