mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
CI fixes
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
||||
new TableColumn("Ranked Score", Anchor.Centre, new Dimension(GridSizeMode.AutoSize))
|
||||
};
|
||||
|
||||
protected override Drawable[] CreateUniqueContent(UserStatistics item) => new[]
|
||||
protected override Drawable[] CreateUniqueContent(UserStatistics item) => new Drawable[]
|
||||
{
|
||||
new ColoredRowText
|
||||
{
|
||||
|
Reference in New Issue
Block a user