diff --git a/osu.Game/VolumeMeter.cs b/osu.Game/VolumeMeter.cs index 3309b19b12..93443d6cfb 100644 --- a/osu.Game/VolumeMeter.cs +++ b/osu.Game/VolumeMeter.cs @@ -48,7 +48,13 @@ namespace osu.Game } } }, - new SpriteText {Text = meterName, Anchor = Anchor.BottomCentre,Origin = Anchor.BottomCentre,Position = new Vector2(0,-20)} + new SpriteText + { + Text = meterName, + Anchor = Anchor.BottomCentre, + Origin = Anchor.BottomCentre, + Position = new Vector2(0,-20) + } }; }