Trim whitespace

This commit is contained in:
Andrei Zavatski 2020-03-04 00:40:10 +03:00
parent 6fca3e5a46
commit e2ed13b392

View File

@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Changelog
: base(stream)
{
if (stream.IsFeatured)
Width *= 2;
Width *= 2;
}
protected override string GetMainText => Value.DisplayName;