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