From 2fb1052a1ef2fbd7ff4d0a8a3359abc68bc6f29d Mon Sep 17 00:00:00 2001 From: Andrei Zavatski Date: Tue, 18 Jun 2019 21:04:36 +0300 Subject: [PATCH] Add missing space --- osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs b/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs index 7da7293c6c..e7f7c2f490 100644 --- a/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs +++ b/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs @@ -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);