diff --git a/althea_types/src/identity.rs b/althea_types/src/identity.rs index 155ba3c56..93eb2b90a 100644 --- a/althea_types/src/identity.rs +++ b/althea_types/src/identity.rs @@ -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:?}"