You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/11/01 07:47:02 UTC

[camel-quarkus] branch master updated: chore: fix cs (#362)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 270cbbf  chore: fix cs (#362)
270cbbf is described below

commit 270cbbf05ed67dad9b6947f7e05519ed837267b0
Author: Luca Burgazzoli <lb...@users.noreply.github.com>
AuthorDate: Fri Nov 1 08:46:57 2019 +0100

    chore: fix cs (#362)
---
 .../java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java   | 2 +-
 integration-tests/fhir/src/main/resources/application.properties        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java b/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java
index 9beefb1..2e21fe1 100644
--- a/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java
+++ b/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java
@@ -68,7 +68,7 @@ class BuildProcessor {
         void coreServiceFilter(BuildProducer<CamelServiceFilterBuildItem> filterBuildItems) {
             filterBuildItems.produce(
                 new CamelServiceFilterBuildItem(CamelServiceFilter.forService("properties-component-factory"))
-             );
+            );
         }
 
         @Record(ExecutionTime.STATIC_INIT)
diff --git a/integration-tests/fhir/src/main/resources/application.properties b/integration-tests/fhir/src/main/resources/application.properties
index 7ff03d1..d120629 100644
--- a/integration-tests/fhir/src/main/resources/application.properties
+++ b/integration-tests/fhir/src/main/resources/application.properties
@@ -1,4 +1,4 @@
- ## ---------------------------------------------------------------------------
+## ---------------------------------------------------------------------------
 ## Licensed to the Apache Software Foundation (ASF) under one or more
 ## contributor license agreements.  See the NOTICE file distributed with
 ## this work for additional information regarding copyright ownership.