Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Oct 5, 2023
1 parent df2d646 commit 727c595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/reth/src/cli/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pub trait RethNodeComponents {
}
}


/// Helper function to encapsulate [RethModuleRegistry] and [TransportRpcModules]
/// generic over [RethNodeComponents]
pub struct RethRpcComponents<'a, Reth: RethNodeComponents> {
Expand All @@ -83,7 +82,6 @@ pub struct RethRpcComponents<'a, Reth: RethNodeComponents> {
pub modules: &'a mut TransportRpcModules,
}


/// A Generic implementation of the RethNodeComponents trait.
#[derive(Clone, Debug)]
#[allow(missing_docs)]
Expand Down

0 comments on commit 727c595

Please sign in to comment.