Remove stray line

This commit is contained in:
Salman Ahmed 2024-07-30 06:35:09 +03:00
parent 82fbd5b045
commit 78417db06d

View File

@ -203,7 +203,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
}, },
valueText = new OsuSpriteText valueText = new OsuSpriteText
{ {
// Colour = colour
Font = OsuFont.GetFont(size: 40, weight: FontWeight.Light), Font = OsuFont.GetFont(size: 40, weight: FontWeight.Light),
} }
}; };