1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 19:00:07 +08:00

Remove line spacing on similar code

This commit is contained in:
Joehu
2019-03-29 00:26:17 -07:00
Unverified
parent eefc55f89b
commit 1ba608f01f
-2
View File
@@ -458,9 +458,7 @@ namespace osu.Game
loadComponentSingleFile(settings = new MainSettings { GetToolbarHeight = () => ToolbarOffset }, floatingOverlayContent.Add);
loadComponentSingleFile(accountCreation = new AccountCreationOverlay(), topMostOverlayContent.Add);
loadComponentSingleFile(dialogOverlay = new DialogOverlay(), topMostOverlayContent.Add);
loadComponentSingleFile(externalLinkOpener = new ExternalLinkOpener(), topMostOverlayContent.Add);
dependencies.CacheAs(idleTracker);