Skip to content

Commit

Permalink
Fix unchanged diff prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Sep 17, 2021
1 parent ea4c3ff commit d7a926a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/@utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function printDiffs(left, right) {
bgColor = 'bgRed';
break;
default:
prefix = ' ';
prefix = ' ';
color = 'dim';
bgColor = 'bgGray';
break;
Expand Down

0 comments on commit d7a926a

Please sign in to comment.