Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Jul 28, 2021
1 parent 29cc267 commit d95ed08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use http_types::{Body, StatusCode};
use opentelemetry::{
global,
metrics::{Counter, ValueRecorder, Unit},
metrics::{Counter, Unit, ValueRecorder},
sdk::Resource,
Key, KeyValue,
};
Expand Down

0 comments on commit d95ed08

Please sign in to comment.