Skip to content

Commit c6dcb66

Browse files
committed
Merge branch 'master' into fix-expression
2 parents 783f2a7 + e61edb2 commit c6dcb66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/parser/src/grammar/block.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub fn block(p: &mut Parser) {
4141
p.close(stmt_marker, StatementList);
4242

4343
p.expect(RCurly);
44+
4445
p.close(m, Block);
4546

4647
p.dec_rcurly();

0 commit comments

Comments
 (0)