Skip to content

Commit c14ba92

Browse files
kwikyswrintaro
andauthored
Update lib/Parse/ParseExpr.cpp
Co-authored-by: Rintaro Ishizaki <fs.output@gmail.com>
1 parent 164887b commit c14ba92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/ParseExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,8 +2631,8 @@ ParserStatus Parser::parseClosureSignatureIfPresent(
26312631
if (!sawTopLevelArrowInLookahead)
26322632
return makeParserSuccess();
26332633

2634-
// Okay, we have a closure signature.
26352634
}
2635+
// Okay, we have a closure signature.
26362636
} else {
26372637
// No closure signature.
26382638
return makeParserSuccess();

0 commit comments

Comments
 (0)