From 2859df66ee668076e98d1c3686ca2d39157aa1e0 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Thu, 30 Jan 2025 11:32:23 +0100 Subject: [PATCH] Reformat --- .../java/io/quarkiverse/roq/generator/runtime/RoqGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roq-generator/runtime/src/main/java/io/quarkiverse/roq/generator/runtime/RoqGenerator.java b/roq-generator/runtime/src/main/java/io/quarkiverse/roq/generator/runtime/RoqGenerator.java index 057a6a93..5cb36208 100644 --- a/roq-generator/runtime/src/main/java/io/quarkiverse/roq/generator/runtime/RoqGenerator.java +++ b/roq-generator/runtime/src/main/java/io/quarkiverse/roq/generator/runtime/RoqGenerator.java @@ -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);