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

@ -577,7 +577,7 @@ namespace SourceGit.ViewModels
private bool RemoveInvalidRepositoriesRecursive(List<RepositoryNode> collection)
{
bool changed = false;
for (int i = collection.Count - 1; i >= 0; i--)
{
var node = collection[i];