Skip to content

Commit 1c21e0a

Browse files
Auto-format: cargo fmt --all
1 parent a6a7663 commit 1c21e0a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/vm/src/stdlib/thread.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,7 @@ pub(crate) mod _thread {
522522
.into_iter()
523523
.collect();
524524
let _ = print_exc.call_with_args(
525-
crate::function::FuncArgs::new(
526-
vec![exc_type, exc_value, exc_traceback],
527-
kwargs,
528-
),
525+
crate::function::FuncArgs::new(vec![exc_type, exc_value, exc_traceback], kwargs),
529526
vm,
530527
);
531528
}

0 commit comments

Comments
 (0)