1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:42:56 +08:00

Remove unnecessary newline

This commit is contained in:
Joehu 2019-03-27 22:21:28 -07:00
parent 53f3dacdfb
commit 2254c572c4

View File

@ -101,6 +101,5 @@ namespace osu.Game.Overlays
Padding = new MarginPadding { Top = GetToolbarHeight?.Invoke() ?? 0 };
}
}
}