1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 04:42:55 +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; RelativeSizeAxes = Axes.Both;
InternalChildren = new Drawable[] InternalChildren = new[]
{ {
background = new Box background = new Box
{ {