Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Feb 27, 2024
1 parent 8c3ef16 commit d64e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/db-exporter/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ pub fn block_output(
let mut chain = BlockChain::new(
net.time_service(),
block.header.parent_hash(),
storage.clone(),
storage,
None,
)
.expect("create block chain should success.");
Expand Down

0 comments on commit d64e240

Please sign in to comment.