Remove newline

This commit is contained in:
Dan Balasescu
2022-08-17 13:48:06 +09:00
committed by GitHub
parent d9346abb9c
commit 8b5ac55fca

View File

@ -285,7 +285,6 @@ namespace osu.Game.Screens.Menu
drawableTrack.VolumeTo(1, 2200, Easing.InCubic); drawableTrack.VolumeTo(1, 2200, Easing.InCubic);
} }
else else
{ {
drawableTrack.Restart(); drawableTrack.Restart();
} }