Skip to content

Commit ce84dff

Browse files
authored
Update meter_provider.rs
1 parent 63f272a commit ce84dff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opentelemetry-sdk/src/metrics/meter_provider.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ use std::{
99

1010
use opentelemetry::{
1111
metrics::{Meter, MeterProvider, MetricsError, Result},
12-
otel_debug, otel_error,
13-
InstrumentationScope, KeyValue,
12+
otel_debug, otel_error, InstrumentationScope, KeyValue,
1413
};
1514

1615
use crate::Resource;

0 commit comments

Comments
 (0)