Skip to content

Commit

Permalink
make cargo fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Dec 10, 2024
1 parent 0319dd0 commit 5cc78fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/src/histogram_percentiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub struct HistValue {
}

/// `quantile` function is the same as the median if q=50, the same as the minimum if q=0 and the same as the maximum if q=100.
pub fn calculate_percentiles(input: &[f64]) -> Percentiles {
if input.is_empty() {
// note: percentile for empty array is undefined
Expand Down

0 comments on commit 5cc78fe

Please sign in to comment.