diff --git a/substrate/client/cli/src/error.rs b/substrate/client/cli/src/error.rs index 48c2ac7ef1..36c963f3e8 100644 --- a/substrate/client/cli/src/error.rs +++ b/substrate/client/cli/src/error.rs @@ -49,7 +49,7 @@ pub enum Error { InvalidListenMultiaddress, /// Application specific error chain sequence forwarder. #[error(transparent)] - Application(#[from] Box), + Application(#[from] Box), /// URI error. #[error("Invalid URI; expecting either a secret URI or a public URI.")] InvalidUri(crypto::PublicError),