diff --git a/crates/storage/provider/src/providers/database/provider.rs b/crates/storage/provider/src/providers/database/provider.rs index 10249c36d91b6..a9dd0dfc3654a 100644 --- a/crates/storage/provider/src/providers/database/provider.rs +++ b/crates/storage/provider/src/providers/database/provider.rs @@ -360,12 +360,12 @@ impl DatabaseProvider { /// /// 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( &self, range: RangeInclusive, @@ -451,12 +451,12 @@ impl DatabaseProvider { /// /// 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( &self, range: RangeInclusive,