Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 17, 2023
1 parent 9dfba2e commit fde836e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ impl Display for MetricsInner {
}
}


fn new_histogram_bound() -> Vec<f64> {
(1..=HISTOGRAM_BOUND_SIZE as u64)
.map(|idx| (1 << idx) as f64)
Expand Down

0 comments on commit fde836e

Please sign in to comment.