code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-06 20:56:45 +08:00
parent ddf643c081
commit a413df6f89
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ namespace SourceGit.ViewModels
{
App.LogException(e);
}
dump.InProgress = false;
if (finished)
Popup = null;

View file

@ -662,7 +662,7 @@ namespace SourceGit.ViewModels
menu.Items.Add(item);
}
}
}
return menu;
}