Trim whitespace.

This commit is contained in:
Lucas A 2021-11-08 21:42:51 +01:00
parent e6f39c4cad
commit b7e7b0f850

View File

@ -48,7 +48,6 @@ namespace osu.Game.Overlays.Settings
subheader.Colour = colourProvider.Content2; subheader.Colour = colourProvider.Content2;
subheader.Font = OsuFont.GetFont(size: 18); subheader.Font = OsuFont.GetFont(size: 18);
}); });
}) })
}; };
} }