mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
code_style: remove unused code and run dotnet format
This commit is contained in:
parent
e6f3ab5e68
commit
c1ee47a79d
4 changed files with 4 additions and 6 deletions
|
@ -255,7 +255,7 @@ namespace SourceGit.ViewModels
|
|||
if (node.IsRepository || !node.IsExpanded)
|
||||
continue;
|
||||
|
||||
MakeTreeRows(rows, node.SubNodes, depth+1);
|
||||
MakeTreeRows(rows, node.SubNodes, depth + 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue