Apply code style suggestion

Co-authored-by: reivilibre <oliverw@element.io>
This commit is contained in:
Quentin Gliech
2025-01-23 18:35:11 +01:00
committed by GitHub
parent 4953e08562
commit e47a364e6a

View File

@@ -36,7 +36,7 @@ Please see LICENSE in the repository root for full details.
{% endif %}
<div class="cpd-form-root">
{% for key, value in next["params"]|default({})|items %}
{% for key, value in next["params"] | default({}) | items %}
<input type="hidden" name="{{ key }}" value="{{ value }}" />
{% endfor %}