Skip to content

Commit 036004f

Browse files
committed
cargo fmt
1 parent 3f675ee commit 036004f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyo3-macros-backend/src/pyclass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ fn pyclass_auto_new<'a>(
22512251
if options.auto_new.is_some() {
22522252
ensure_spanned!(
22532253
options.extends.is_none(), options.hash.span() => "The `auto_new` option cannot be used with `extends`.";
2254-
);
2254+
);
22552255
}
22562256

22572257
match options.auto_new {

0 commit comments

Comments
 (0)