Increase intendation

This commit is contained in:
phil 2023-05-17 21:44:45 +02:00
parent 42cc6e0775
commit 5d2274234b

View file

@ -20,6 +20,6 @@
{% if domain.comment is defined %}
# {{ domain.comment }}
{% endif %}
{{ "%-50s %s" | format(domain.name, domain.relay) }}
{{ "%-60s %s" | format(domain.name, domain.relay) }}
{% endfor %}
{% endif %}