Skip to content

Commit f17c8c8

Browse files
otelbot[bot]zeitlinger
authored andcommitted
./gradlew spotlessApply
1 parent c6bccfc commit f17c8c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inferred-spans/src/main/java/io/opentelemetry/contrib/inferredspans/InferredSpansComponentProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public String getName() {
2424
public SpanProcessor create(DeclarativeConfigProperties config) {
2525
return InferredSpansConfig.create(
2626
new DeclarativeConfigPropertiesBridgeBuilder()
27-
// crop the prefix, because the properties are under the "experimental_inferred_spans" processor
27+
// crop the prefix, because the properties are under the "experimental_inferred_spans"
28+
// processor
2829
.addMapping("otel.inferred.spans.", "")
2930
.build(config));
3031
}

0 commit comments

Comments
 (0)