Skip to content

Commit

Permalink
Apply clippy suggestions (#1552)
Browse files Browse the repository at this point in the history
* Apply clippy suggestions

* fmt

* apply clippy suggestions

* Check build using `stating` image

* Revert "Check build using `stating` image"

This reverts commit f9b767b.

Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
German and HCastano authored Dec 16, 2022
1 parent aca14d6 commit dda9d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/metadata/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fn spec_contract_json() {
let mut registry = Registry::new();

// when
let json = serde_json::to_value(&contract.into_portable(&mut registry)).unwrap();
let json = serde_json::to_value(contract.into_portable(&mut registry)).unwrap();

// then
assert_eq!(
Expand Down

0 comments on commit dda9d49

Please sign in to comment.