Skip to content

Commit b06a4cb

Browse files
committed
code_style: remove whitespaces
Signed-off-by: leo <[email protected]>
1 parent d404f6d commit b06a4cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ViewModels/BranchTreeNode.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ public string Tooltip
7575
public class Builder
7676
{
7777
public List<BranchTreeNode> Locals { get; } = [];
78-
7978
public List<BranchTreeNode> Remotes { get; } = [];
80-
8179
public List<string> InvalidExpandedNodes { get; } = [];
8280

8381
public Builder(Models.BranchSortMode localSortMode, Models.BranchSortMode remoteSortMode)

0 commit comments

Comments
 (0)