You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2024/03/12 12:47:18 UTC

(camel-quarkus) branch camel-main updated: Formating fix

This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new 991bd350ce Formating fix
991bd350ce is described below

commit 991bd350ce6de3a24f722dfbee917796d1089d45
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Tue Mar 12 13:47:01 2024 +0100

    Formating fix
---
 .../org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
index 66320eb929..55cda48300 100644
--- a/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
+++ b/integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/MicrometerTest.java
@@ -41,6 +41,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
 @QuarkusTest
 class MicrometerTest extends AbstractMicrometerTest {
     private static final Logger LOG = Logger.getLogger(MicrometerTest.class);
+
     @Test
     public void testMicrometerMetricsCounter() throws Exception {
         RestAssured.get("/micrometer/counter/0")