You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/10/06 12:43:02 UTC

[camel-website] 29/29: fix: additional whitespace removal

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

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

commit 12b17a0d2e020e5171173704287013cc3a766f16
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Oct 6 12:47:03 2022 +0200

    fix: additional whitespace removal
---
 content/blog/2022/10/camel-k-cicd/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2022/10/camel-k-cicd/index.md b/content/blog/2022/10/camel-k-cicd/index.md
index ae71fc83..2b80edca 100644
--- a/content/blog/2022/10/camel-k-cicd/index.md
+++ b/content/blog/2022/10/camel-k-cicd/index.md
@@ -84,7 +84,7 @@ We're programming through YAML DSL, but here you can put any Camel DSL you prefe
     uri: "direct:post"
     steps:
       - unmarshal:
-          json: 
+          json:
             library: Jackson
       - to: log:info
       - set-body:
@@ -98,7 +98,7 @@ We're programming through YAML DSL, but here you can put any Camel DSL you prefe
           simple: "delete from customers where name = '${header.name}'"
       - to: log:info
       - to: jdbc:camel
-``` 
+```
 
 ## Database preparation