Skip to content

Commit

Permalink
rename labels
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 2, 2023
1 parent 5cfe765 commit d847c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actions/diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ async function printDistance(label, source, target, options) {
logMessages.push(`- Needleman-Wunsch: ${colors.blue(score)}`);

if (options.details) {
logMessages.push(` - Source: ${colors.dim(sourceAlignment)}`);
logMessages.push(` - Target: ${colors.dim(targetAlignment)}`);
logMessages.push(` - File #1: ${colors.dim(sourceAlignment)}`);
logMessages.push(` - File #2: ${colors.dim(targetAlignment)}`);
}
}

Expand Down

0 comments on commit d847c3c

Please sign in to comment.