Trim whitespace

This commit is contained in:
jai_ 2017-12-29 19:16:43 +00:00 committed by GitHub
parent b1dd64983d
commit 6de41ba172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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