Removed the unnecessary space.

This commit is contained in:
Jeff Baskin 2016-10-23 21:09:30 -04:00
parent 42cde887c8
commit 948e4eede5

View File

@ -20,7 +20,7 @@
{%- endif -%} {%- endif -%}
{%- if data is mapping -%} {%- if data is mapping -%}
{%- 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) -}}
{%- endfor -%} {%- endfor -%}
{%- else -%} {%- else -%}