Increase intendation
This commit is contained in:
parent
42cc6e0775
commit
5d2274234b
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
||||||
{% if domain.comment is defined %}
|
{% if domain.comment is defined %}
|
||||||
# {{ domain.comment }}
|
# {{ domain.comment }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ "%-50s %s" | format(domain.name, domain.relay) }}
|
{{ "%-60s %s" | format(domain.name, domain.relay) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue