From 8a4736d89d9469e93bc738672427c506bfaeccc7 Mon Sep 17 00:00:00 2001 From: Takashi Sugimura Date: Fri, 5 Oct 2018 04:09:08 +0900 Subject: [PATCH] backport #46462: remove unnecessary space (#46470) --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 1c63669f2db..9514047aa5a 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -162,7 +162,7 @@ Parameters {% if 'ini' in value %}
ini entries: {% for ini in value.ini %} -

[@{ ini.section }@ ]
@{ ini.key }@ = @{ value.default | default('VALUE') }@

+

[@{ ini.section }@]
@{ ini.key }@ = @{ value.default | default('VALUE') }@

{% endfor %}
{% endif %}