1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:05:35 +08:00

Remove unnecessary white space change

This commit is contained in:
HoutarouOreki 2018-06-15 15:03:09 +02:00
parent 6938adc148
commit faff7feef1

View File

@ -367,7 +367,6 @@ namespace osu.Game.Overlays.Profile
infoTextLeft.AddText(new DrawableJoinDate(user.JoinDate), boldItalic);
}
infoTextLeft.NewLine();
infoTextLeft.AddText("Last seen ", lightText);
infoTextLeft.AddText(new DrawableDate(user.LastVisit), boldItalic);