Skip to content

Commit

Permalink
Update diff.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 16, 2023
1 parent 2844a8a commit aee5b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/en_US/scripts/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function readWords(filename) {
contents
.split('\n')
.map((s) => s.trim())
.filter((s) => !!s)
.filter((s) => !!s),
);
}

Expand Down

0 comments on commit aee5b1f

Please sign in to comment.