mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-17 08:24:59 +00:00
code_style: general cleanup (#1415)
* code_style: general cleanup * code_style: whitespace cleanup
This commit is contained in:
parent
35eda489be
commit
ffac71b15f
89 changed files with 161 additions and 243 deletions
|
@ -479,12 +479,12 @@ namespace SourceGit.Views
|
|||
|
||||
if (branches.Find(x => x.IsCurrent) != null)
|
||||
return;
|
||||
|
||||
|
||||
if (branches.Count == 1)
|
||||
repo.DeleteBranch(branches[0]);
|
||||
else
|
||||
repo.DeleteMultipleBranches(branches, branches[0].IsLocal);
|
||||
|
||||
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
|
@ -537,4 +537,3 @@ namespace SourceGit.Views
|
|||
private bool _disableSelectionChangingEvent = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue