Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Mar 30, 2023
1 parent ffab3da commit 194152e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ink/tests/return_type_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ mod tests {

let unit_ty = TypeDef::Tuple(TypeDefTuple::new_portable(vec![]));
assert_eq!(
unit_ty,
inner_ok_ty.type_def,
unit_ty, inner_ok_ty.type_def,
"Ok variant should be a unit `()` type"
);
}
Expand Down

0 comments on commit 194152e

Please sign in to comment.