Fix indentation

This commit is contained in:
Marcus Kammer 2023-08-29 19:33:09 +02:00
parent 32d8843930
commit dfb8e21547
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -140,4 +140,5 @@ Example:
`(question ,ask
(:group ,group :type ,input-type)
,@remaining-choices)))))
(btn-primary (:type "submit") (find-l10n "submit" spinneret:*html-lang*)))))
(btn-primary (:type "submit")
(find-l10n "submit" spinneret:*html-lang*)))))