Skip to content

Commit

Permalink
Add spacing
Browse files Browse the repository at this point in the history
Co-authored-by: daxpedda <[email protected]>
  • Loading branch information
Liamolucko and daxpedda authored Sep 7, 2023
1 parent 4b8aecf commit 600c40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/convert/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ where
T::Abi: WasmAbi<Prim3 = (), Prim4 = ()>,
{
type Abi = Result<T::Abi, u32>;

#[inline]
fn return_abi(self) -> Self::Abi {
match self {
Expand Down

0 comments on commit 600c40c

Please sign in to comment.