Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Jul 8, 2024
1 parent 2f314f9 commit 421ad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.TYPES = {
ANGLE: 8,
KEYWORD: 9,
NULL_OR_EMPTY_STR: 10,
CALC: 11
CALC: 11,
};

// rough regular expressions
Expand Down

0 comments on commit 421ad6b

Please sign in to comment.