From 8f94c334e4cb2692da1cb87bcd4a45777053d465 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Tue, 11 Jun 2024 17:17:44 +0100 Subject: [PATCH] fix clippy --- .../src/providers/database/provider.rs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/crates/storage/provider/src/providers/database/provider.rs b/crates/storage/provider/src/providers/database/provider.rs index 10249c36d91b..f1aeafbbc09e 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,