Remove excessive newlines

This commit is contained in:
Rashit Azizbaev 2015-02-11 15:57:15 +03:00
parent 82034dbbfe
commit 6bf0da7776

View file

@ -1,3 +1,3 @@
{% for dir, opts in salt['pillar.get']('nfs:server:exports').items() %}
{% for dir, opts in salt['pillar.get']('nfs:server:exports').items() -%}
{{ dir }} {{ opts }}
{% endfor %}
{% endfor -%}