Correcting the indentation.
This commit is contained in:
parent
4558329742
commit
35f7294ea9
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
{%- macro config_entries(data, indents) -%}
|
{%- macro config_entries(data, indents) -%}
|
||||||
{%- if data is string or data is number -%}
|
{%- if data is string or data is number -%}
|
||||||
{{ string(data)|indent(indents, True) }}{{ '\n' }}
|
{{ data|string|indent(indents, True) }}{{ '\n' }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{%- if indents != 0 -%}
|
{%- if indents != 0 -%}
|
||||||
{{- " {\n" -}}
|
{{- " {\n" -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user