diff --git a/bin/reth/src/cli/ext.rs b/bin/reth/src/cli/ext.rs index eea3695e2e..f8905d0376 100644 --- a/bin/reth/src/cli/ext.rs +++ b/bin/reth/src/cli/ext.rs @@ -135,7 +135,7 @@ impl RethNodeCommandConfig for () {} /// Note: This type must be manually filled with a [RethNodeCommandConfig] manually before executing /// the [NodeCommand](crate::node::NodeCommand). #[derive(Debug, Clone, Copy, Default, Args)] -pub struct NoArgs { +pub struct NoArgs { #[clap(skip)] inner: Option, }