1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 21:32:57 +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 BallMove = showHistoryRankTexts
} }
}; };
ranks = user.AllRankHistories?.Osu?.Data ?? new[] { user.Statistics.Rank }; ranks = user.AllRankHistories?.Osu?.Data ?? new[] { user.Statistics.Rank };
} }