code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-10-23 15:28:09 +08:00
parent d4302b4faa
commit a5594130ed
No known key found for this signature in database
7 changed files with 8 additions and 9 deletions

View file

@ -22,7 +22,7 @@ namespace SourceGit.Commands
public bool Run()
{
var succ = Exec();
try
{
File.Delete(_tmpFile);