Skip to content

Commit 1b6570d

Browse files
GearsDatapackslpil
authored andcommitted
Format grammar.js
1 parent 4e48fb9 commit 1b6570d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grammar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ module.exports = grammar({
277277
seq(field("label", $.label), field("name", $.identifier)),
278278
_name_param: ($) => field("name", $.identifier),
279279
_statement_seq: ($) => repeat1($._statement),
280-
_statement: ($) => choice($._expression, $.let, $.let_assert, $.use, $.assert),
280+
_statement: ($) =>
281+
choice($._expression, $.let, $.let_assert, $.use, $.assert),
281282
_expression: ($) => choice($._expression_unit, $.binary_expression),
282283
binary_expression: ($) =>
283284
choice(

0 commit comments

Comments
 (0)