You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/05/22 12:25:56 UTC

[camel] branch camel-3.20.x updated: [Minor] Apply formatter on minio component

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

gzurowski pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 7a33c159b6f [Minor] Apply formatter on minio component
7a33c159b6f is described below

commit 7a33c159b6f0a585983b201e15f8647a440632e8
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon May 22 14:25:32 2023 +0200

    [Minor] Apply formatter on minio component
---
 .../src/main/java/org/apache/camel/component/minio/MinioEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java b/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
index a4d47f4bc2c..71e8e66da6c 100644
--- a/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
+++ b/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
@@ -92,7 +92,7 @@ public class MinioEndpoint extends ScheduledPollEndpoint {
                 LOG.trace("AutoCreateBucket set to true, Creating bucket {}...", bucketName);
                 makeBucket(bucketName);
                 LOG.trace("Bucket created");
-            } 
+            }
         }
 
         if (isNotEmpty(getConfiguration().getPolicy())) {