Skip to content

Commit 92373ef

Browse files
committed
cargo fmt
1 parent 5778e14 commit 92373ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyo3-macros-backend/src/pyclass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ fn pyclass_auto_new<'a>(
22582258
if options.auto_new.is_some() {
22592259
ensure_spanned!(
22602260
options.extends.is_none(), options.hash.span() => "The `auto_new` option cannot be used with `extends`.";
2261-
);
2261+
);
22622262
}
22632263

22642264
match options.auto_new {

0 commit comments

Comments
 (0)