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

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

commit 9ad242cc8503edd76db947f1be5fc7f1154ba08c
Author: Navyashree0923 <navyashree0...@gmail.com>
AuthorDate: Wed Jun 8 18:03:22 2022 +0530

    Removed Trailing Whitespaces
---
 content/blog/2022/06/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2022/06/index.md b/content/blog/2022/06/index.md
index 193e192c..23202347 100644
--- a/content/blog/2022/06/index.md
+++ b/content/blog/2022/06/index.md
@@ -48,7 +48,7 @@ In a `~/.emacs.d/init.el` file:
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  )
- 
+
 (require 'lsp-mode)
 (add-hook 'nxml-mode-hook #'lsp)
 ```
@@ -133,7 +133,7 @@ In a `~/.emacs.d/lsp-camel.el` file:
 
 * Loading Camel LS by calling: `M-x lsp-install-server` and choosing `camells`
 
-Follow [this link](https://github.com/camel-tooling/camel-lsp-client-emacs) to 
know more about configuring Emacs and have up-to-date information. 
+Follow [this link](https://github.com/camel-tooling/camel-lsp-client-emacs) to 
know more about configuring Emacs and have up-to-date information.
 
 Then you can enjoy editing capabilities of Camel URI.
 

Reply via email to