diff --git a/parser/src/python.lalrpop b/parser/src/python.lalrpop index aa15d5165..36900002f 100644 --- a/parser/src/python.lalrpop +++ b/parser/src/python.lalrpop @@ -340,7 +340,7 @@ TestList: Vec = { }; FunctionArguments: Vec = { - > => e, + > => e, }; Comma: Vec = {