Skip to content

Commit d51593d

Browse files
committed
Run rustfmt
1 parent 9d898de commit d51593d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vm/src/exceptions.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,7 @@ impl PyBaseException {
526526
zelf: PyRef<Self>,
527527
_vm: &VirtualMachine,
528528
) -> (PyTypeRef, PyTupleRef, Option<PyDictRef>) {
529-
(
530-
zelf.class().clone(),
531-
zelf.args(),
532-
zelf.as_object().dict(),
533-
)
529+
(zelf.class().clone(), zelf.args(), zelf.as_object().dict())
534530
}
535531
}
536532

0 commit comments

Comments
 (0)