Corrected the tail indents.

This commit is contained in:
Jeff Baskin 2016-10-23 19:51:26 -04:00
parent aaedc00343
commit 56aabbb31a

View File

@ -16,7 +16,7 @@
{%- for entry in data|dictsort -%} {%- for entry in data|dictsort -%}
{{ entry[0]|indent(indents, True) }} { {{ entry[0]|indent(indents, True) }} {
{{ config_entries(entry[1], indents + 2) }} {{ config_entries(entry[1], indents + 2) }}
{{ '}\n'|indent(indents, True) }} {{ '}'|indent(indents, True) }}{{ '\n' }}
{%- endfor -%} {%- endfor -%}
{%- endif -%} {%- endif -%}
{%- endmacro -%} {%- endmacro -%}