Trim whitespace

This commit is contained in:
jai_
2017-12-29 19:16:43 +00:00
committed by GitHub
parent b1dd64983d
commit 6de41ba172

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Profile
public class SupporterIcon : CircularContainer, IHasToolTip public class SupporterIcon : CircularContainer, IHasToolTip
{ {
private readonly Box background; private readonly Box background;
public string TooltipText => "osu!supporter"; public string TooltipText => "osu!supporter";
public SupporterIcon() public SupporterIcon()