Skip to content

Commit cbccd92

Browse files
Remove newline before return.
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 2a19020 commit cbccd92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Parser/asdl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ def _parse_optional_field_quantifier(self):
357357
elif self.cur_token.kind == TokenKind.Question:
358358
quantifiers.append(Quantifier.OPTIONAL)
359359
self._advance()
360-
361360
return quantifiers
362361

363362
def _advance(self):

0 commit comments

Comments
 (0)