Skip to content

Commit b0bc61d

Browse files
npm run lint -- --fix
1 parent f6ad8f2 commit b0bc61d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grammar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ module.exports = grammar({
464464
_type_alias_left_hand_side: $ => seq(
465465
field('type', choice(
466466
$.generic_type,
467-
$.identifier
468-
))
467+
$.identifier,
468+
)),
469469
),
470470

471471
class_definition: $ => seq(

0 commit comments

Comments
 (0)