mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
code_style: remove unused codes
This commit is contained in:
parent
d1d913aa45
commit
6b44fd4416
2 changed files with 2 additions and 12 deletions
|
@ -521,7 +521,7 @@ namespace SourceGit
|
|||
return false;
|
||||
|
||||
var args = desktop.Args;
|
||||
if (args.Length > 0)
|
||||
if (args?.Length > 0)
|
||||
{
|
||||
desktop.MainWindow = new Views.Askpass(args[0]);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue