From 0f083050e18858c8142efcab1f40661825ade64a Mon Sep 17 00:00:00 2001
From: Danny van Kooten <dannyvankooten@users.noreply.github.com>
Date: Wed, 18 Mar 2020 15:14:36 +0100
Subject: add whitespace control for statements

---
 tests/data/01/base.tmpl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'tests/data')

diff --git a/tests/data/01/base.tmpl b/tests/data/01/base.tmpl
index 6ca89cb..241c78c 100644
--- a/tests/data/01/base.tmpl
+++ b/tests/data/01/base.tmpl
@@ -1,9 +1,9 @@
 Header
 
-{% block content %}
+{%- block content %}
 Content 
-{% endblock %}
+{%- endblock %}
 
-{% block footer %}
+{%- block footer %}
 Footer
-{% endblock %}
\ No newline at end of file
+{%- endblock -%}
\ No newline at end of file
-- 
cgit v1.2.3