Skip to content

Commit 4f924bb

Browse files
authored
[minor] Fix extra semicolon for clippy (#17188)
1 parent c2b2e42 commit 4f924bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_python_parser/src/semantic_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ where
11581158
self.visit_expr(expr);
11591159
}
11601160
}
1161-
};
1161+
}
11621162
}
11631163
}
11641164

0 commit comments

Comments
 (0)