Skip to content

Commit 84bc68b

Browse files
committed
fmt
1 parent 87a0d87 commit 84bc68b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wasm.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,7 @@ unsafe extern "C" fn drop_resolution_data(data: *mut c_void) {
460460
let _ = unsafe {
461461
Box::from_raw(
462462
data
463-
as *mut Option<
464-
Box<dyn FnOnce(*const WasmModuleObject, *const Value)>,
465-
>,
463+
as *mut Option<Box<dyn FnOnce(*const WasmModuleObject, *const Value)>>,
466464
)
467465
};
468466
}

0 commit comments

Comments
 (0)