mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
d4302b4faa
commit
a5594130ed
7 changed files with 8 additions and 9 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue