Style changes (removing newline from before second constructor parameter)

This commit is contained in:
FreezyLemon
2017-11-23 09:12:23 +01:00
parent d6f532171b
commit 2cc2323791
5 changed files with 5 additions and 11 deletions

View File

@ -231,8 +231,7 @@ namespace osu.Game.Overlays.Direct
d.FadeInFromZero(400, Easing.Out);
BlackBackground.Delay(400).FadeOut();
},
},
300)
}, 300)
{
RelativeSizeAxes = Axes.Both,
};