From a2f4dea8cbf47e18e718efd70275d4878c5e2d51 Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Tue, 15 Oct 2024 14:19:46 -0400 Subject: [PATCH] chore(flat-files-decoder): fix clippy::doc-lazy-continuation warning --- crates/flat-files-decoder/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flat-files-decoder/src/lib.rs b/crates/flat-files-decoder/src/lib.rs index e7a2b566..686b1167 100644 --- a/crates/flat-files-decoder/src/lib.rs +++ b/crates/flat-files-decoder/src/lib.rs @@ -236,7 +236,7 @@ pub fn extract_blocks(mut reader: R) -> Result, DecodeError> /// # Arguments /// /// * `end_block`: For blocks after the merge, Ethereum sync committee should be used. This is why the default block -/// for this param is the MERGE_BLOCK (block 15537393) +/// for this param is the MERGE_BLOCK (block 15537393) /// * `reader`: where bytes are read from /// * `writer`: where bytes written to pub async fn stream_blocks(