We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecc389 commit e2ecd0cCopy full SHA for e2ecd0c
opentelemetry-proto/src/transform/trace.rs
@@ -351,7 +351,9 @@ mod tests {
351
events: SpanEvents::default(),
352
links: SpanLinks::default(),
353
status: Status::Unset,
354
- instrumentation_scope: Arc::new(InstrumentationScope::builder(instrumentation_name).build()),
+ instrumentation_scope: Arc::new(
355
+ InstrumentationScope::builder(instrumentation_name).build(),
356
+ ),
357
}
358
359
0 commit comments