From 560ed8d9725ebc9a82d7a1d828b754d137214c1f Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 17 May 2018 21:37:57 -0400 Subject: [PATCH] Updated fabio.cfg formatting --- fabio/files/fabio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabio/files/fabio.cfg b/fabio/files/fabio.cfg index 8c68688..d8d21ba 100644 --- a/fabio/files/fabio.cfg +++ b/fabio/files/fabio.cfg @@ -1,3 +1,3 @@ {%- for key, val in config.iteritems() %} {{ key }} = {{ val }} -{%- endfor %} \ No newline at end of file +{% endfor -%} \ No newline at end of file