Skip to content

Commit 38fc7b6

Browse files
werner77dsyer
authored andcommitted
Ensured tabs are used instead of spaces for indentation
1 parent 0f8a415 commit 38fc7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher/src/main/java/org/springframework/boot/loader/thin/ThinJarLauncher.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,13 @@ private List<Archive> getClassPathArchives(String root) throws Exception {
386386
if (StringUtils.hasText(parent)) {
387387
parentArchive = ArchiveUtils.getArchive(parent);
388388
}
389-
if (log.isInfoEnabled()) {
389+
if (log.isInfoEnabled()) {
390390
if (!this.libs.isEmpty()) {
391391
log.info("Adding libraries: " + this.libs);
392392
}
393393
}
394394
// Prepend the explicitly supplied libs to the class path
395-
final List<Archive> archives = new ArrayList<>(this.libs);
395+
final List<Archive> archives = new ArrayList<>(this.libs);
396396
long t0 = System.currentTimeMillis();
397397
archives.addAll(resolver.resolve(parentArchive, getArchive(), name,
398398
profiles));

0 commit comments

Comments
 (0)