fabio.cfg cleanup

This commit is contained in:
Eric Renfro 2018-05-17 21:46:01 -04:00
parent 9f2a542f43
commit 1ba9b045db
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{%- for key, val in config.iteritems() %}
{% for key, val in config.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
{%- endfor %}