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

@ -48,9 +48,7 @@ namespace osu.Game.Beatmaps.Drawables
{
RelativeSizeAxes = Axes.Both,
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
},
300
),
}, 300),
new FillFlowContainer
{
Direction = FillDirection.Vertical,