Skip to content

Commit 6436d2c

Browse files
committed
fmt again
1 parent df68acb commit 6436d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/lib/src/vm_class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl WASMVirtualMachine {
289289
Box::new(wasm_builtins::builtin_print_console)
290290
} else {
291291
return Err(
292-
TypeError::new("stdout must be null, a function or a css selector").into()
292+
TypeError::new("stdout must be null, a function or a css selector").into(),
293293
);
294294
};
295295
let rustfunc = vm.ctx.new_rustfunc(print_fn);

0 commit comments

Comments
 (0)