Added the missing space.

This commit is contained in:
Jeff Baskin 2016-10-23 22:20:25 -04:00
parent 4fbbe5d822
commit 8e422ac369

View File

@ -26,7 +26,7 @@
{{- config_entries(entry[1], indents, carryover=entry[0]) -}}
{%- else -%}
{%- if carryover -%}
{{ carryover|indent(indents, True) }}
{{ carryover|indent(indents, True) }}{{ ' ' }}
{%- endif -%}
{{ entry[0]|indent(indents, True) }}
{{- config_entries(entry[1], indents + 2) -}}