Skip to content

Commit 32d1847

Browse files
committed
fix formatting
1 parent 9255420 commit 32d1847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-framework/common/src/main/java/io/quarkus/test/common/NativeImageLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void start() throws Exception {
5959
args.add(path);
6060
args.add("-Dquarkus.http.port=" + port);
6161
args.add("-Dtest.url=" + TestHTTPResourceManager.getUri());
62-
args.add("-Dquarkus.log.file.path="+PropertyTestUtil.getLogFileLocation());
62+
args.add("-Dquarkus.log.file.path=" + PropertyTestUtil.getLogFileLocation());
6363

6464
System.out.println("Executing " + args);
6565

0 commit comments

Comments
 (0)