Skip to content

Commit d1450f1

Browse files
committed
revert some changes
1 parent 552fe0f commit d1450f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/aem/core/src/main/antlr/ApmLang.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ flag
156156
;
157157

158158
body
159-
: BLOCK_BEGIN command* BLOCK_END
159+
: BLOCK_BEGIN command+ BLOCK_END
160160
;
161161

162162
/*

0 commit comments

Comments
 (0)