Skip to content

Commit 6b4da25

Browse files
committed
reformat
1 parent 0ab07bb commit 6b4da25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/instrumentation/indy/InstrumentationModuleClassLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ boolean useCommonClassLoader(String className) {
217217
String normalized = normalize(part, "io.opentelemetry.javaagent.instrumentation.");
218218
// library, not shaded
219219
normalized = normalize(normalized, "io.opentelemetry.instrumentation.");
220-
if (className.contains(normalized+".")) {
220+
if (className.contains(normalized + ".")) {
221221
return true;
222222
}
223223
}

0 commit comments

Comments
 (0)