Skip to content

Commit 2888b59

Browse files
committed
cargo fmt
1 parent 4fc099c commit 2888b59

File tree

1 file changed

+3
-1
lines changed
  • opentelemetry-sdk/src/metrics

1 file changed

+3
-1
lines changed

opentelemetry-sdk/src/metrics/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,9 @@ mod tests {
14581458
// cargo test asynchronous_instruments_cumulative_data_points_only_from_last_measurement --features=testing -- --nocapture
14591459

14601460
asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper("gauge");
1461-
asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper("counter");
1461+
asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper(
1462+
"counter",
1463+
);
14621464
asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper(
14631465
"updown_counter",
14641466
);

0 commit comments

Comments
 (0)