Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Sep 30, 2024
1 parent 4fdeaba commit 3b06032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion node/libs/storage/src/block_store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ impl BlockStore {
)
.into());
}
let t = metrics::PERSISTENT_BLOCK_STORE.verify_pre_genesis_block_latency.start();
let t = metrics::PERSISTENT_BLOCK_STORE
.verify_pre_genesis_block_latency
.start();
self.persistent
.verify_pre_genesis_block(ctx, b)
.await
Expand Down

0 comments on commit 3b06032

Please sign in to comment.