Skip to content

Commit baa8e42

Browse files
committed
Implement review comment
1 parent 892dd12 commit baa8e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/parser.hera

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2650,7 +2650,7 @@ EmptyBareBlock
26502650

26512651
NoBlock
26522652
# Check that there isn't a block here. Used for empty loop bodies.
2653-
&( EOS ) !IndentedFurther !( Nested Then )
2653+
&EOS !IndentedFurther !( Nested Then )
26542654

26552655
# A nonempty block that must include braces
26562656
# This version allows same-line postfixes like `while cond`.

0 commit comments

Comments
 (0)