Skip to content

Commit fb4d8b9

Browse files
committed
format
1 parent 6a1a8ff commit fb4d8b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfiguration.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ static class DisabledOpenTelemetrySdkConfig {
135135

136136
@Bean
137137
@ConfigurationPropertiesBinding
138-
// Duplicated in OpenTelemetrySdkConfig and DisabledOpenTelemetrySdkConfig to not expose the converter in the public API
138+
// Duplicated in OpenTelemetrySdkConfig and DisabledOpenTelemetrySdkConfig to not expose the
139+
// converter in the public API
139140
public OTelMapConverter oTelMapConverter() {
140141
// needed for otlp exporter headers and OtelResourceProperties
141142
// we need this converter, even if the SDK is disabled,

0 commit comments

Comments
 (0)