Skip to content

Commit 379585c

Browse files
committed
fmt fix
1 parent ab85e97 commit 379585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/benches/metrics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use opentelemetry::{global, metrics::Counter, KeyValue};
66

77
fn create_counter() -> Counter<u64> {
88
let meter = global::meter("benchmarks");
9-
9+
1010
meter.u64_counter("counter_bench").init()
1111
}
1212

0 commit comments

Comments
 (0)