mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
code_style: run dotnet format
This commit is contained in:
parent
f06b1d5d51
commit
a3d744f426
12 changed files with 19 additions and 19 deletions
|
@ -134,7 +134,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
var folderEndIdx = fake.FullName.LastIndexOf('/');
|
||||
if (folderEndIdx > 10)
|
||||
_repo.Settings.ExpandedBranchNodesInSideBar.Add(fake.FullName.Substring(0, folderEndIdx));
|
||||
_repo.Settings.ExpandedBranchNodesInSideBar.Add(fake.FullName.Substring(0, folderEndIdx));
|
||||
|
||||
if (_repo.HistoriesFilterMode == Models.FilterMode.Included)
|
||||
_repo.SetBranchFilterMode(fake, Models.FilterMode.Included, true, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue