diff --git a/crates/ruff_python_parser/src/semantic_errors.rs b/crates/ruff_python_parser/src/semantic_errors.rs index 095ae921b95c0a..1ed9458280bc67 100644 --- a/crates/ruff_python_parser/src/semantic_errors.rs +++ b/crates/ruff_python_parser/src/semantic_errors.rs @@ -1158,7 +1158,7 @@ where self.visit_expr(expr); } } - }; + } } }