1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-23 03:02:55 +08:00

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) : base(stream)
{ {
if (stream.IsFeatured) if (stream.IsFeatured)
Width *= 2; Width *= 2;
} }
protected override string GetMainText => Value.DisplayName; protected override string GetMainText => Value.DisplayName;