From f62eb88cc88d718bb7bce1b325a7987818b6d5f1 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 1 Jul 2025 14:07:51 +0800 Subject: [PATCH] code_style: trim whitespaces at end of line Signed-off-by: leo --- src/Views/CommitGraph.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Views/CommitGraph.cs b/src/Views/CommitGraph.cs index 3acf7e81..858ff3a0 100644 --- a/src/Views/CommitGraph.cs +++ b/src/Views/CommitGraph.cs @@ -45,8 +45,8 @@ namespace SourceGit.Views static CommitGraph() { AffectsRender( - GraphProperty, - DotBrushProperty, + GraphProperty, + DotBrushProperty, OnlyHighlightCurrentBranchProperty, LayoutProperty); }