diff --git a/primitives/account/src/lib.rs b/primitives/account/src/lib.rs index ec541b9914..088951a699 100644 --- a/primitives/account/src/lib.rs +++ b/primitives/account/src/lib.rs @@ -158,7 +158,7 @@ impl EthereumSignature { PassByInner, MaxEncodedLen, RuntimeDebug, - TypeInfo, + TypeInfo )] pub struct EthereumSigner([u8; 20]);