Skip to content

Commit 47c535a

Browse files
committed
Strip spaces
1 parent 041bb88 commit 47c535a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff-so-fancy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mark_empty_lines () {
4040

4141
strip_leading_symbols () {
4242
# strip the + and -
43-
$SED -E "s/^$color_code_regex[\+\-]/\1 /g"
43+
$SED -E "s/^$color_code_regex[\ \+\-]/\1/g"
4444
}
4545

4646
print_horizontal_rule () {

0 commit comments

Comments
 (0)