Skip to content

Commit 52335ff

Browse files
committed
fix: according to golangci
1 parent ca7100b commit 52335ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

parser/exprs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,7 @@ func (p *Parser) parsePrimary() (ast.Node, error) {
14131413
// Block expression triggered by expression followed by ';'
14141414
if p.check(lexer.SEMI) {
14151415
p.advance()
1416+
14161417
return parseBlockStmts(&ast.ExprStmt{Expr: inner})
14171418
}
14181419

0 commit comments

Comments
 (0)