mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fmt: add a space between inner doc-comments and following items (#5880)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
//! ```sh
|
||||
//! cast rpc txpoolExt_transactionCount
|
||||
//! ```
|
||||
|
||||
use clap::Parser;
|
||||
use jsonrpsee::{core::RpcResult, proc_macros::rpc};
|
||||
use reth::cli::{
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
//! configured to emit payload attributes events.
|
||||
//!
|
||||
//! See lighthouse beacon Node API: <https://lighthouse-book.sigmaprime.io/api-bn.html#beacon-node-api>
|
||||
|
||||
use clap::Parser;
|
||||
use futures_util::stream::StreamExt;
|
||||
use mev_share_sse::{client::EventStream, EventClient};
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
//!
|
||||
//! > "Node started"
|
||||
//! once the node has been started.
|
||||
|
||||
use clap::Parser;
|
||||
use reth::cli::{
|
||||
components::RethNodeComponents,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
//! ```sh
|
||||
//! cast rpc myrpcExt_customMethod
|
||||
//! ```
|
||||
|
||||
use reth::{
|
||||
primitives::ChainSpecBuilder,
|
||||
providers::{providers::BlockchainProvider, ProviderFactory},
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
//! ```
|
||||
//!
|
||||
//! If no recipients are specified, all transactions will be traced.
|
||||
|
||||
use clap::Parser;
|
||||
use futures_util::StreamExt;
|
||||
use reth::{
|
||||
|
||||
Reference in New Issue
Block a user