mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Code quality
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
Content = null;
|
||||
BackgroundFlow.Clear();
|
||||
|
||||
if (value == null)
|
||||
if (!value.Any())
|
||||
return;
|
||||
|
||||
foreach (var issue in value)
|
||||
|
Reference in New Issue
Block a user