Skip to content

Commit

Permalink
appease new clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jul 1, 2022
1 parent 8e32b8f commit ec2f343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/metrics/aggregators/ddsketch.rs
Expand Up @@ -851,7 +851,7 @@ mod tests {
&DdSketchConfig::new(TEST_ALPHA, TEST_MAX_BINS, TEST_KEY_EPSILON),
NumberKind::F64,
));
let _ = ddsketch
ddsketch
.synchronized_move(&moved_ddsketch, &descriptor)
.expect("Fail to sync move");
let moved_ddsketch = moved_ddsketch
Expand Down

0 comments on commit ec2f343

Please sign in to comment.