Add missing space

This commit is contained in:
Andrei Zavatski 2019-06-18 21:04:36 +03:00
parent 03d560ed41
commit 2fb1052a1e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ private void updateDisplay(User user)
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);