Add line break

This commit is contained in:
Santeri Nogelainen
2020-04-04 22:42:13 +03:00
parent 163de36777
commit da59baa779

View File

@ -21,7 +21,8 @@ namespace osu.Game.Online.Leaderboards
protected override double LoadDelay => 250;
public TopLocalRank(BeatmapInfo beatmap) : base(null)
public TopLocalRank(BeatmapInfo beatmap)
: base(null)
{
this.beatmap = beatmap;
}