Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Oct 1, 2021
1 parent 6d2ac41 commit 8a616ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethers-core/src/abi/human_readable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ impl AbiParser {
};

let inputs = if let Some(params) = input_args {
self
.parse_params(params)?
self.parse_params(params)?
.into_iter()
.map(|(input, struct_name)| {
if let Some(struct_name) = struct_name {
Expand Down

0 comments on commit 8a616ca

Please sign in to comment.