1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 13:23:00 +08:00

Add missing space

This commit is contained in:
Andrei Zavatski
2019-06-18 21:04:36 +03:00
Unverified
parent 03d560ed41
commit 2fb1052a1e
@@ -92,7 +92,7 @@ namespace osu.Game.Overlays.Profile.Header
topLinkContainer.AddText("Currently online");
addSpacer(topLinkContainer);
}
else if(user.LastVisit.HasValue)
else if (user.LastVisit.HasValue)
{
topLinkContainer.AddText("Last seen ");
topLinkContainer.AddText(new DrawableDate(user.LastVisit.Value), embolden);