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

@ -60,8 +60,7 @@ namespace osu.Game.Overlays.BeatmapSet
RelativeSizeAxes = Axes.Both,
FillMode = FillMode.Fill,
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
},
300)
}, 300)
{
RelativeSizeAxes = Axes.Both,
});