mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 21:00:27 +08:00
Fix minor formatting issue
This commit is contained in:
@@ -52,7 +52,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
default:
|
||||
Details.Hide();
|
||||
Leaderboard.Scope = (LeaderboardScope) tab - 1;
|
||||
Leaderboard.Scope = (LeaderboardScope)tab - 1;
|
||||
Leaderboard.Show();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user