1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:32:55 +08:00

fix codefactor issue that I didn't notice and has been there for 12 days

This commit is contained in:
jorolf 2019-01-22 19:50:42 +01:00
parent 6ba7e2b670
commit 14d2ed7085

View File

@ -278,7 +278,6 @@ namespace osu.Game.Overlays.Profile.Header
hiddenDetailGlobal.Content = user?.Statistics?.Ranks.Global?.ToString("#,##0") ?? "-";
hiddenDetailCountry.Content = user?.Statistics?.Ranks.Country?.ToString("#,##0") ?? "-";
}
private class ProfileHeaderButton : OsuHoverContainer