We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041bb88 commit 47c535aCopy full SHA for 47c535a
diff-so-fancy
@@ -40,7 +40,7 @@ mark_empty_lines () {
40
41
strip_leading_symbols () {
42
# strip the + and -
43
- $SED -E "s/^$color_code_regex[\+\-]/\1 /g"
+ $SED -E "s/^$color_code_regex[\ \+\-]/\1/g"
44
}
45
46
print_horizontal_rule () {
0 commit comments