Fix identation

This commit is contained in:
Marcus Kammer 2024-04-03 15:18:52 +02:00
parent 8cecf9ff42
commit b20794ddde

View file

@ -304,7 +304,9 @@ Example German:
:method "post"
:class ,class-string
,@(loop for q in body
for (ask group choices) = (multiple-value-list (extract-question-components q))
collect `(question ,ask ,group ,@(split-list-by-keyword choices)))
for (ask group choices) = (multiple-value-list
(extract-question-components q))
collect `(question ,ask ,group
,@(split-list-by-keyword choices)))
(btn-primary (:type "submit")
(find-l10n "submit" spinneret:*html-lang* *l10n*))))))