You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/12/16 20:21:52 UTC

[camel-website] branch master updated: fix: trailing spaces

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 53f3e1c  fix: trailing spaces
53f3e1c is described below

commit 53f3e1c872cd9970ff9b23d8006c92186cd30447
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Dec 16 21:21:03 2020 +0100

    fix: trailing spaces
---
 content/blog/2020/12/Camel37-Whatsnew/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2020/12/Camel37-Whatsnew/index.md b/content/blog/2020/12/Camel37-Whatsnew/index.md
index d26337c..076c901 100644
--- a/content/blog/2020/12/Camel37-Whatsnew/index.md
+++ b/content/blog/2020/12/Camel37-Whatsnew/index.md
@@ -43,8 +43,8 @@ For example profiling the following simple expression
 
 with the equivalent csimple expression:
 
-    <csimple>${exchangeProperty.user} != null && 
-             ${exchangeProperty.user.getName()} != null && 
+    <csimple>${exchangeProperty.user} != null &&
+             ${exchangeProperty.user.getName()} != null &&
              ${exchangeProperty.user.getAge()} > 11</csimple>
 
 yields a dramatic 100 times performance improvement in reduced cpu usage as shown in the screenshot: