fabio.cfg cleanup
This commit is contained in:
parent
9f2a542f43
commit
1ba9b045db
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
{%- for key, val in config.iteritems() %}
|
||||
{% for key, val in config.iteritems() -%}
|
||||
{{ key }} = {{ val }}
|
||||
{% endfor -%}
|
||||
{%- endfor %}
|
||||
|
|
Loading…
Reference in a new issue