Skip to content

Commit 77ecf63

Browse files
chore: autoformat with dprint
1 parent be0b6a6 commit 77ecf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ module.exports = grammar({
159159
repeat(
160160
choice(
161161
$.comment,
162-
field("header", $.header)
162+
field("header", $.header),
163163
),
164164
),
165165
optional($.__body),

0 commit comments

Comments
 (0)