Skip to content

Commit f72192b

Browse files
committed
fmt
1 parent bfa4fd2 commit f72192b

File tree

1 file changed

+2
-2
lines changed
  • opentelemetry-otlp/src/exporter

1 file changed

+2
-2
lines changed

opentelemetry-otlp/src/exporter/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ mod tests {
360360

361361
assert!(
362362
matches!(
363-
exporter_result,
364-
Err(crate::exporter::ExporterBuildError::InvalidUri(_, _))
363+
exporter_result,
364+
Err(crate::exporter::ExporterBuildError::InvalidUri(_, _))
365365
),
366366
"Expected InvalidUri error, but got {:?}",
367367
exporter_result

0 commit comments

Comments
 (0)