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 };
}