Skip to content

Commit 2b0798c

Browse files
Auto-format: cargo fmt --all
1 parent 5ee583f commit 2b0798c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

crates/wasm/src/vm_class.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,12 @@ impl WASMVirtualMachine {
277277

278278
vm.run_code_obj(
279279
code,
280-
Scope::new(Some(ArgMapping::from_dict_exact(attrs.clone())), attrs.clone()),
280+
Scope::new(
281+
Some(ArgMapping::from_dict_exact(attrs.clone())),
282+
attrs.clone(),
283+
),
281284
)
282-
.into_js(vm)?;
285+
.into_js(vm)?;
283286

284287
let module = vm.new_module(&name, attrs, None);
285288

0 commit comments

Comments
 (0)