Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jan 30, 2025
1 parent f525f56 commit 2859df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void onStart(@Observes Router router) {
LOGGER.info("Roq generation succeeded in directory: " + outputDir());
Quarkus.asyncExit(0);
}, throwable -> {
if(throwable instanceof ConnectException) {
if (throwable instanceof ConnectException) {
LOGGER.error("Roq generation failed");
} else {
LOGGER.error("Roq generation failed", throwable);
Expand Down

0 comments on commit 2859df6

Please sign in to comment.