Skip to content

Commit 7c24a1f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent cb7f6c3 commit 7c24a1f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

qa/packaging/src/test/java/org/elasticsearch/packaging/test/ArchiveTests.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,12 @@ public void test92ElasticsearchNodeCliPackaging() throws Exception {
572572

573573
public void test93ElasticsearchNodeCustomDataPathAndNotEsHomeWorkDir() throws Exception {
574574
Path relativeDataPath = installation.data.relativize(installation.home);
575-
logger.info("installation.data: {}, installation.home {}, relativeDataPath {}",
576-
installation.data, installation.home, relativeDataPath);
575+
logger.info(
576+
"installation.data: {}, installation.home {}, relativeDataPath {}",
577+
installation.data,
578+
installation.home,
579+
relativeDataPath
580+
);
577581
append(installation.config("elasticsearch.yml"), "path.data: " + relativeDataPath);
578582
sh.setWorkingDirectory(getRootTempDir());
579583

0 commit comments

Comments
 (0)