mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
ddf643c081
commit
a413df6f89
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ namespace SourceGit.ViewModels
|
||||||
{
|
{
|
||||||
App.LogException(e);
|
App.LogException(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
dump.InProgress = false;
|
dump.InProgress = false;
|
||||||
if (finished)
|
if (finished)
|
||||||
Popup = null;
|
Popup = null;
|
||||||
|
|
|
@ -662,7 +662,7 @@ namespace SourceGit.ViewModels
|
||||||
|
|
||||||
menu.Items.Add(item);
|
menu.Items.Add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return menu;
|
return menu;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue