Skip to content

Commit f62eb88

Browse files
committed
code_style: trim whitespaces at end of line
Signed-off-by: leo <[email protected]>
1 parent 25e6ade commit f62eb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/CommitGraph.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public Models.CommitGraphLayout Layout
4545
static CommitGraph()
4646
{
4747
AffectsRender<CommitGraph>(
48-
GraphProperty,
49-
DotBrushProperty,
48+
GraphProperty,
49+
DotBrushProperty,
5050
OnlyHighlightCurrentBranchProperty,
5151
LayoutProperty);
5252
}

0 commit comments

Comments
 (0)