You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/06/06 12:21:36 UTC

[camel] 02/03: CAMEL-13619 - Fixed CS

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

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

commit f703f82f56bd3ebc63eb41845f3d255e4fc47181
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jun 6 13:29:03 2019 +0200

    CAMEL-13619 - Fixed CS
---
 .../src/main/java/org/apache/camel/component/cbor/CBORDataFormat.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cbor/src/main/java/org/apache/camel/component/cbor/CBORDataFormat.java b/components/camel-cbor/src/main/java/org/apache/camel/component/cbor/CBORDataFormat.java
index fb1e715..27ec345 100644
--- a/components/camel-cbor/src/main/java/org/apache/camel/component/cbor/CBORDataFormat.java
+++ b/components/camel-cbor/src/main/java/org/apache/camel/component/cbor/CBORDataFormat.java
@@ -315,7 +315,7 @@ public class CBORDataFormat extends ServiceSupport implements DataFormat, DataFo
         }
         
         if (prettyPrint) {
-        	objectMapper.enable(SerializationFeature.INDENT_OUTPUT);
+            objectMapper.enable(SerializationFeature.INDENT_OUTPUT);
         }
         
         if (enableFeatures != null) {