Skip to content

Commit 3320234

Browse files
committed
Wrap the line
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent 2898510 commit 3320234

File tree

1 file changed

+2
-1
lines changed
  • crates/storage/provider/src/providers/database

1 file changed

+2
-1
lines changed

crates/storage/provider/src/providers/database/provider.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,8 @@ impl<TX: DbTx + DbTxMut + 'static, N: NodeTypesForProvider> DatabaseProvider<TX,
557557
nums
558558
};
559559

560-
let mut timings = metrics::SaveBlocksTimings { batch_size: block_count, ..Default::default() };
560+
let mut timings =
561+
metrics::SaveBlocksTimings { batch_size: block_count, ..Default::default() };
561562

562563
// avoid capturing &self.tx in scope below.
563564
let sf_provider = &self.static_file_provider;

0 commit comments

Comments
 (0)