Skip to content

Commit b895e8d

Browse files
committed
Merge branch 'nr/diff-highlight-indent-fix'
Code cleanup. * nr/diff-highlight-indent-fix: diff-highlight: fix a whitespace nit
2 parents c1ec35d + 3b3c79f commit b895e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/diff-highlight/DiffHighlight.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sub handle_line {
7272
(?:$COLOR?\|$COLOR?[ ])* # zero or more trailing "|"
7373
[ ]* # trailing whitespace for merges
7474
/x) {
75-
my $graph_prefix = $&;
75+
my $graph_prefix = $&;
7676

7777
# We must flush before setting graph indent, since the
7878
# new commit may be indented differently from what we

0 commit comments

Comments
 (0)