From b06a4cbb8a8076bd51aaac82dadda2cf0cefc924 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 18 Jun 2025 09:32:39 +0800 Subject: [PATCH] code_style: remove whitespaces Signed-off-by: leo --- src/ViewModels/BranchTreeNode.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ViewModels/BranchTreeNode.cs b/src/ViewModels/BranchTreeNode.cs index 1b7868c5..dffbf671 100644 --- a/src/ViewModels/BranchTreeNode.cs +++ b/src/ViewModels/BranchTreeNode.cs @@ -75,9 +75,7 @@ namespace SourceGit.ViewModels public class Builder { public List Locals { get; } = []; - public List Remotes { get; } = []; - public List InvalidExpandedNodes { get; } = []; public Builder(Models.BranchSortMode localSortMode, Models.BranchSortMode remoteSortMode)