Skip to content

Commit

Permalink
appease lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschu committed Jul 8, 2024
1 parent 6d5d45d commit 6ea2062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ module.exports = grammar({
$.identifier,
$._destructuring_pattern,
)),
optional($._automatic_semicolon),
optional($._automatic_semicolon),
),
),
field('operator', choice('in', 'of')),
Expand Down

0 comments on commit 6ea2062

Please sign in to comment.