Skip to content

Commit 4af5e6b

Browse files
committed
Fix lint
1 parent 32d73fd commit 4af5e6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opentelemetry/benches/metrics.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ fn counter_add(c: &mut Criterion) {
6767
KeyValue::new("attribute3", values.2),
6868
KeyValue::new("attribute4", values.3),
6969
];
70-
70+
7171
counter.add(1, kv);
7272
},
73-
BatchSize::SmallInput);
73+
BatchSize::SmallInput,
74+
);
7475
});
7576
}
7677

0 commit comments

Comments
 (0)