diff --git a/parser/src/python.lalrpop b/parser/src/python.lalrpop index af6532badc..c1151c440e 100644 --- a/parser/src/python.lalrpop +++ b/parser/src/python.lalrpop @@ -1082,7 +1082,7 @@ ExpressionList: ast::Expr = { }; ExpressionList2: Vec = { - > ","? => elements, + > ","? => elements, }; // A test list is one of: