Skip to content

Commit 7e6af18

Browse files
committed
Revert last diff
Who gave me rights to modify rofl
1 parent 47c535a commit 7e6af18

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)