Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Jun 11, 2024
1 parent b91fe87 commit 6ed4cf2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions crates/storage/provider/src/providers/database/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ impl<TX: DbTx> DatabaseProvider<TX> {
///
/// Uses the provided `headers_range` to get the headers for the range, and `assemble_block` to
/// construct blocks from the following inputs:
/// – Header
/// - Range of transaction numbers
/// – Ommers
/// – Withdrawals
/// – Requests
/// – Senders
/// – Header
/// - Range of transaction numbers
/// – Ommers
/// – Withdrawals
/// – Requests
/// – Senders
fn block_range<F, H, HF, R>(
&self,
range: RangeInclusive<BlockNumber>,
Expand Down Expand Up @@ -451,12 +451,12 @@ impl<TX: DbTx> DatabaseProvider<TX> {
///
/// Uses the provided `headers_range` to get the headers for the range, and `assemble_block` to
/// construct blocks from the following inputs:
/// – Header
/// - Transactions
/// – Ommers
/// – Withdrawals
/// – Requests
/// – Senders
/// – Header
/// - Transactions
/// – Ommers
/// – Withdrawals
/// – Requests
/// – Senders
fn block_with_senders_range<H, HF, B, BF>(
&self,
range: RangeInclusive<BlockNumber>,
Expand Down

0 comments on commit 6ed4cf2

Please sign in to comment.