Fix multiple spaces

This commit is contained in:
Andrei Zavatski 2019-10-17 15:40:09 +03:00
parent 6b196a6ce7
commit a858e713f8

View File

@ -87,7 +87,7 @@ namespace osu.Game.Overlays.Comments
Origin = Anchor.Centre,
Width = 40,
AutoSizeAxes = Axes.Y,
Child = votePill = new VotePill(comment)
Child = votePill = new VotePill(comment)
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,