Skip to content

Commit

Permalink
[fix] linter after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
akichidis committed Sep 20, 2024
1 parent 95178bb commit 8cdf3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/core/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ impl NodeMetrics {
"The number of missing ancestors by ancestor authority across received blocks",
&["authority"],
registry,
).unwrap(),
).unwrap(),
block_manager_gc_unsuspended_blocks: register_int_counter_vec_with_registry!(
"block_manager_gc_unsuspended_blocks",
"The number of unsuspended blocks garbage collected by the block manager counted by block's source authority",
Expand Down

0 comments on commit 8cdf3ba

Please sign in to comment.