Added a missing space.

This commit is contained in:
Jeff Baskin 2016-10-23 22:23:59 -04:00
parent 8e422ac369
commit b0c56cadab

View File

@ -18,7 +18,7 @@
{{ data|string|indent(indents, True) }}{{ '\n' }}
{%- else -%}
{%- if indents != 0 and not carryover -%}
{{- "{\n" -}}
{{- " {\n" -}}
{%- endif -%}
{%- if data is mapping -%}
{%- for entry in data|dictsort -%}