Fix code style

This commit is contained in:
HoLLy
2019-06-24 18:09:42 +02:00
parent aed83471f4
commit 7734c4b41a
2 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,8 @@ namespace osu.Game.Users.Drawables
{
User = user;
if (transformImmediately) {
if (transformImmediately)
{
TransformDuration = 0;
TransformImmediately = true;
}