1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Fix code quality for CI

This commit is contained in:
its5Q 2022-08-16 15:51:54 +10:00
parent 797a8da996
commit e870ac6456

View File

@ -26,7 +26,8 @@ namespace osu.Game.Screens.Edit.Setup
{
Label = EditorSetupStrings.HitcircleSliderCombos,
FixedLabelWidth = LABEL_WIDTH,
ColourNamePrefix = EditorSetupStrings.ComboColourPrefix }
ColourNamePrefix = EditorSetupStrings.ComboColourPrefix
}
};
if (Beatmap.BeatmapSkin != null)