code_style: trim whitespaces at end of line

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-07-01 14:07:51 +08:00
parent 25e6adeb08
commit f62eb88cc8

View File

@@ -45,8 +45,8 @@ namespace SourceGit.Views
static CommitGraph()
{
AffectsRender<CommitGraph>(
GraphProperty,
DotBrushProperty,
GraphProperty,
DotBrushProperty,
OnlyHighlightCurrentBranchProperty,
LayoutProperty);
}