1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Add missing newline

This commit is contained in:
Dean Herbert 2017-06-26 16:26:50 +09:00
parent 684d188752
commit b5cf022676

View File

@ -69,6 +69,7 @@ namespace osu.Game.Overlays.Profile
BallMove = showHistoryRankTexts
}
};
ranks = user.AllRankHistories?.Osu?.Data ?? new[] { user.Statistics.Rank };
}