mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
code_style: remove Rider warning
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
f820c0ccac
commit
637f138d63
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ namespace SourceGit.Views
|
|||
menu.Items.Add(item);
|
||||
}
|
||||
|
||||
menu?.Open(control);
|
||||
menu.Open(control);
|
||||
}
|
||||
else if (links.Count == 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue