1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 15:02:54 +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 }; Padding = new MarginPadding { Top = GetToolbarHeight?.Invoke() ?? 0 };
} }
} }
} }