Added the missing space.
This commit is contained in:
parent
4fbbe5d822
commit
8e422ac369
@ -26,7 +26,7 @@
|
|||||||
{{- config_entries(entry[1], indents, carryover=entry[0]) -}}
|
{{- config_entries(entry[1], indents, carryover=entry[0]) -}}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{%- if carryover -%}
|
{%- if carryover -%}
|
||||||
{{ carryover|indent(indents, True) }}
|
{{ carryover|indent(indents, True) }}{{ ' ' }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{{ entry[0]|indent(indents, True) }}
|
{{ entry[0]|indent(indents, True) }}
|
||||||
{{- config_entries(entry[1], indents + 2) -}}
|
{{- config_entries(entry[1], indents + 2) -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user