mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 05:37:19 +08:00
Add line break
This commit is contained in:
parent
163de36777
commit
da59baa779
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user