Correcting the indentation.

This commit is contained in:
Jeff Baskin 2016-10-23 20:53:01 -04:00
parent 4558329742
commit 35f7294ea9

View File

@ -13,7 +13,7 @@
{%- macro config_entries(data, indents) -%}
{%- if data is string or data is number -%}
{{ string(data)|indent(indents, True) }}{{ '\n' }}
{{ data|string|indent(indents, True) }}{{ '\n' }}
{%- else -%}
{%- if indents != 0 -%}
{{- " {\n" -}}