Removed the unnecessary space.
This commit is contained in:
parent
42cde887c8
commit
948e4eede5
@ -20,7 +20,7 @@
|
||||
{%- endif -%}
|
||||
{%- if data is mapping -%}
|
||||
{%- for entry in data|dictsort -%}
|
||||
{{ entry[0]|indent(indents, True) }}{{ ' ' }}
|
||||
{{ entry[0]|indent(indents, True) }}
|
||||
{{- config_entries(entry[1], indents + 2) -}}
|
||||
{%- endfor -%}
|
||||
{%- else -%}
|
||||
|
Loading…
Reference in New Issue
Block a user