Skip to content

Commit e2ecd0c

Browse files
committed
cargo fmt
1 parent aecc389 commit e2ecd0c

File tree

1 file changed

+3
-1
lines changed
  • opentelemetry-proto/src/transform

1 file changed

+3
-1
lines changed

opentelemetry-proto/src/transform/trace.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ mod tests {
351351
events: SpanEvents::default(),
352352
links: SpanLinks::default(),
353353
status: Status::Unset,
354-
instrumentation_scope: Arc::new(InstrumentationScope::builder(instrumentation_name).build()),
354+
instrumentation_scope: Arc::new(
355+
InstrumentationScope::builder(instrumentation_name).build(),
356+
),
355357
}
356358
}
357359

0 commit comments

Comments
 (0)