mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Remove unnecessary white space change
This commit is contained in:
parent
6938adc148
commit
faff7feef1
@ -367,7 +367,6 @@ namespace osu.Game.Overlays.Profile
|
|||||||
infoTextLeft.AddText(new DrawableJoinDate(user.JoinDate), boldItalic);
|
infoTextLeft.AddText(new DrawableJoinDate(user.JoinDate), boldItalic);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
infoTextLeft.NewLine();
|
infoTextLeft.NewLine();
|
||||||
infoTextLeft.AddText("Last seen ", lightText);
|
infoTextLeft.AddText("Last seen ", lightText);
|
||||||
infoTextLeft.AddText(new DrawableDate(user.LastVisit), boldItalic);
|
infoTextLeft.AddText(new DrawableDate(user.LastVisit), boldItalic);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user