Skip to content

Commit 9787a9d

Browse files
committed
fix rustfmt mistake created by merge tool
1 parent 37dc22c commit 9787a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ impl<'a, B: Bindgen> Generator<'a, B> {
10681068
offset += self_.bindgen.sizes().size(ty);
10691069
}
10701070
};
1071-
1071+
10721072
if !sig.indirect_params {
10731073
// If parameters are not passed indirectly then we lift each
10741074
// argument in succession from the component wasm types that

0 commit comments

Comments
 (0)