Skip to content

Commit 0c87707

Browse files
authored
Reset color instead of forcing to bold for function (#441)
1 parent 483d517 commit 0c87707

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
@@ -300,7 +300,7 @@ sub do_dsf_stuff {
300300
print $frag_color;
301301
}
302302

303-
print "@ $last_file_seen:$start_line \@${bold}${last_function_color}${remain}${reset_color}\n";
303+
print "@ $last_file_seen:$start_line \@${reset_color}${last_function_color}${remain}${reset_color}\n";
304304
###################################
305305
# Remove any new file permissions #
306306
###################################

0 commit comments

Comments
 (0)