Code quality

This commit is contained in:
Jai Sharma
2022-11-27 03:23:08 +00:00
parent 6000e14668
commit 218c04c174
4 changed files with 5 additions and 5 deletions

View File

@ -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)