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

@ -45,8 +45,7 @@ namespace osu.Game.Users
{
RelativeSizeAxes = Axes.Both,
OnLoadComplete = d => d.FadeInFromZero(200),
},
500)
}, 500)
);
}
}