Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Oct 12, 2024
1 parent 5da250d commit 11b7421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion althea_types/src/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ impl Identity {
"Cant eth address with byte chunks {byte_chunks:?}"
)));
}
&a[12..]},
&a[12..]
}
None => {
return Err(AltheaTypesError::BadEthAbiInput(format!(
"Cant eth address with byte chunks {byte_chunks:?}"
Expand Down

0 comments on commit 11b7421

Please sign in to comment.