From c116c917ab116a9c3f311f0e8128a6663bc2d52f Mon Sep 17 00:00:00 2001
From: Miguel Prada <miguel.prada@tecnalia.com>
Date: Wed, 27 Oct 2021 11:09:30 +0200
Subject: [PATCH] Trim trailing whitespace

---
 ci-templates/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-templates/README.adoc b/ci-templates/README.adoc
index 8d0e995..5683239 100644
--- a/ci-templates/README.adoc
+++ b/ci-templates/README.adoc
@@ -55,7 +55,7 @@ The auto rules also allow for using variables to explicitely activate each job:
 include::examples/build_vars.yml[]
 ```
 
-If a `ddeploy.yaml` file exists, the auto-rules will add a job extending the `.ddeploy` template defined 
+If a `ddeploy.yaml` file exists, the auto-rules will add a job extending the `.ddeploy` template defined
 
 == LFS
 By default, lfs files are not downloaded. If you need to add LFS, include the link:ci-templates/lfs-pull.yml[] along with anything else:
-- 
GitLab