Skip to content

Commit

Permalink
fix rustfmt mistake created by merge tool
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetig committed Feb 27, 2025
1 parent 37dc22c commit 9787a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ impl<'a, B: Bindgen> Generator<'a, B> {
offset += self_.bindgen.sizes().size(ty);
}
};

if !sig.indirect_params {
// If parameters are not passed indirectly then we lift each
// argument in succession from the component wasm types that
Expand Down

0 comments on commit 9787a9d

Please sign in to comment.