Skip to content

Commit 6d0e2e5

Browse files
pbackusdlang-bot
authored andcommitted
Remove semicolon from ThrowExpression
1 parent 7a86086 commit 6d0e2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ $(H2 $(LNAME2 throw_expression, Throw Expression))
13121312

13131313
$(GRAMMAR
13141314
$(GNAME ThrowExpression):
1315-
$(D throw) $(GLINK AssignExpression) $(D ;)
1315+
$(D throw) $(GLINK AssignExpression)
13161316
)
13171317

13181318
$(P

0 commit comments

Comments
 (0)