Skip to content

Commit

Permalink
fix: eslint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jun 5, 2024
1 parent 59978d7 commit c851c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/test_constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ for (let charIndex = 0; charIndex < 36; charIndex++) {
charIndex === 14 || // version char
charIndex === 18 ||
charIndex === 23
)
) {
continue;
}

const nilChars = NIL.split('');
const maxChars = MAX.split('');
Expand Down

0 comments on commit c851c4d

Please sign in to comment.