You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/12/17 14:38:32 UTC

[camel-quarkus] 06/06: Fix formatting

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

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

commit ccf8d0920f8d6c25453bef66a002a75c4edf7378
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Dec 16 21:08:56 2019 +0100

    Fix formatting
---
 .../java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java b/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java
index e0de1a3..96cf229 100644
--- a/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java
+++ b/extensions/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelRegistryTest.java
@@ -156,7 +156,8 @@ public class CamelRegistryTest {
         @Named("my-processor")
         @Produces
         public Processor processor() {
-            return e -> {};
+            return e -> {
+            };
         }
     }