1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 07:59:56 +08:00

Removed unneccesary blank space, reran dotnet format

This commit is contained in:
Marvefect
2025-11-02 02:27:39 +03:00
Unverified
parent 14cdc40f0f
commit 65fb5311ea
@@ -251,7 +251,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
result = variantText;
else
result = LocalisableString.Interpolate($"{result}\n{variantText}");
}
}