Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit aacede6

Browse files
committed
Format code
1 parent 8e63b52 commit aacede6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/schemacrawler/tools/integration/maven/SchemaCrawlerMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
*/
2020
package schemacrawler.tools.integration.maven;
2121

22-
2322
import static us.fatehi.utility.Utility.isBlank;
2423
import java.io.File;
2524
import java.io.IOException;
@@ -340,7 +339,8 @@ private Path executeSchemaCrawler() throws Exception {
340339
// Output into a temporary file
341340
final Path outputFile =
342341
Paths.get(System.getProperty("java.io.tmpdir"), UUID.randomUUID().toString() + ".tmp")
343-
.toAbsolutePath().normalize();
342+
.toAbsolutePath()
343+
.normalize();
344344
argsMap.put("--output-file", outputFile.toString());
345345

346346
// Build command-line

0 commit comments

Comments
 (0)