Skip to content

Commit bcd8580

Browse files
committed
Fix With block
1 parent 7042dda commit bcd8580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/antlr/vbafmt.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ methodClose
109109
withBlock
110110
: ws? WITH ws expression endOfStatement
111111
block?
112-
END ws WITH endOfStatement
112+
ws? END ws WITH endOfStatement
113113
;
114114

115115
block

0 commit comments

Comments
 (0)