Skip to content

Commit 1f54723

Browse files
committed
Fix formatting
1 parent 42f50fa commit 1f54723

File tree

1 file changed

+1
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/testsupport

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/testsupport/TestJar.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ private static byte[] getNestedJarData(boolean multiRelease) throws Exception {
108108
writeManifest(jarOutputStream, "j2", multiRelease);
109109
if (multiRelease) {
110110
writeEntry(jarOutputStream, "multi-release.dat", BASE_VERSION);
111-
writeEntry(jarOutputStream,
112-
String.format("META-INF/versions/%d/multi-release.dat", MULTI_JAR_VERSION),
111+
writeEntry(jarOutputStream, String.format("META-INF/versions/%d/multi-release.dat", MULTI_JAR_VERSION),
113112
MULTI_JAR_VERSION);
114113
}
115114
else {

0 commit comments

Comments
 (0)