Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <[email protected]>
  • Loading branch information
bnjjj committed Jun 18, 2024
1 parent 9b57bf8 commit 0b291fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/metrics/internal/aggregate.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{marker, sync::Arc, sync::atomic::AtomicU64};
use std::{marker, sync::atomic::AtomicU64, sync::Arc};

use once_cell::sync::Lazy;
use opentelemetry::KeyValue;
Expand Down

0 comments on commit 0b291fb

Please sign in to comment.