Skip to content

Commit f895a1e

Browse files
committed
./gradlew spotlessApply
1 parent 682fc65 commit f895a1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

declarative-config-bridge/src/main/java/io/opentelemetry/contrib/sdk/autoconfigure/ConfigPropertiesUtil.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ public static String propertyYamlPath(String propertyName) {
1313
}
1414

1515
static String yamlPath(String property) {
16-
String[] segments = DeclarativeConfigPropertiesBridge.getSegments(property);
17-
if (segments.length == 0) {
18-
throw new IllegalArgumentException("Invalid property: " + property);
19-
}
16+
String[] segments = DeclarativeConfigPropertiesBridge.getSegments(property);
17+
if (segments.length == 0) {
18+
throw new IllegalArgumentException("Invalid property: " + property);
19+
}
2020

21-
return "'instrumentation/development' / 'java' / '" + String.join("' / '", segments) + "'";
22-
}
21+
return "'instrumentation/development' / 'java' / '" + String.join("' / '", segments) + "'";
22+
}
2323
}

0 commit comments

Comments
 (0)