Skip to content

Commit 2caa7f0

Browse files
committed
./gradlew spotlessApply
1 parent c5bf4e6 commit 2caa7f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing-common/integration-tests/src/test/java/instrumentation/AgentInstrumentationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ void classPathSetUp() throws ClassNotFoundException {
5757
bootstrapClassesIncorrectlyLoaded.add(bootstrapClass);
5858
}
5959
} catch (ClassNotFoundException e) {
60-
throw new RuntimeException("Failed to load bootstrap class: " + info.getName() + " in " + bootstrapPrefix, e);
60+
throw new RuntimeException(
61+
"Failed to load bootstrap class: " + info.getName() + " in " + bootstrapPrefix, e);
6162
}
6263
}
6364
}

0 commit comments

Comments
 (0)