code_style: remove Rider warning

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-24 20:28:12 +08:00
parent f820c0ccac
commit 637f138d63
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ namespace SourceGit.Views
menu.Items.Add(item);
}
menu?.Open(control);
menu.Open(control);
}
else if (links.Count == 1)
{