Skip to content

Commit 5ce6f4a

Browse files
committed
cleanup
1 parent e65764f commit 5ce6f4a

File tree

1 file changed

+0
-1
lines changed
  • rust/cardano-chain-follower/src/turbo_downloader

1 file changed

+0
-1
lines changed

rust/cardano-chain-follower/src/turbo_downloader/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ impl ParallelDownloadProcessorInner {
373373
let range_size = range_end_inclusive
374374
.saturating_sub(range_start)
375375
.saturating_add(1);
376-
377376
let mut bytes: Vec<u8> = Vec::with_capacity(range_size);
378377

379378
let bytes_read = get_range_response

0 commit comments

Comments
 (0)