Skip to content

Commit c6aa3f8

Browse files
committed
./gradlew spotlessApply
1 parent 00e41a1 commit c6aa3f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javaagent-tooling/src/test/java/io/opentelemetry/javaagent/tooling/OpenTelemetryInstallerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ void globalOpenTelemetry() {
5151
})
5252
void defaultEnabledInDeclarativeConfigPropertiesBridge(
5353
String propertyValue, boolean expected, boolean fail) {
54-
String profile =
55-
propertyValue == null ? "" : "instrumentation_mode: \"" + propertyValue + "\"";
54+
String profile = propertyValue == null ? "" : "instrumentation_mode: \"" + propertyValue + "\"";
5655
String yaml =
5756
"file_format: \"1.0-rc.1\"\n"
5857
+ "instrumentation/development:\n"

0 commit comments

Comments
 (0)