Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgallotta committed Sep 18, 2024
1 parent 84236bc commit 6c20cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogstatsd/src/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ pub mod tests {
max_batch_entries_single_metric: 1_000,
max_batch_bytes_single_metric: 1_000,
max_batch_entries_sketch_metric: 1_000,
max_batch_bytes_sketch_metric: max_bytes as u64,
max_batch_bytes_sketch_metric: max_bytes,
max_context: 1_000,
};

Expand Down

0 comments on commit 6c20cbb

Please sign in to comment.