Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober committed Apr 3, 2022
1 parent 9ecc98a commit 6e75615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/edu/ie3/tools/Converter.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ public void run() {
printInit();
validateConnectionProperties();
convert();
} else logger.info("Converter is already running or you can't acquire a lock (in which case you might try sudo).");
} else
logger.info(
"Converter is already running or you can't acquire a lock (in which case you might try sudo).");
}

/** Validates Connection Properties from user input */
Expand Down

0 comments on commit 6e75615

Please sign in to comment.