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); App.LogException(e);
} }
dump.InProgress = false; dump.InProgress = false;
if (finished) if (finished)
Popup = null; Popup = null;

View file

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