mirror of https://github.com/ppy/osu
Remove verbatim string
This commit is contained in:
parent
18ab6747f7
commit
ea30445efc
|
@ -261,7 +261,7 @@ private void onHostChanged(ValueChangedEvent<User> host)
|
|||
hostAvatar.User = host.NewValue;
|
||||
hostText.Clear();
|
||||
|
||||
hostText.AddText(@"hosted by ");
|
||||
hostText.AddText("hosted by ");
|
||||
if (host.NewValue != null)
|
||||
hostText.AddUserLink(host.NewValue);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue