Fix indentation
This commit is contained in:
parent
4624115250
commit
920be9b113
1 changed files with 1 additions and 2 deletions
|
@ -294,8 +294,7 @@ Example 4:
|
|||
:method "post"
|
||||
:class ,class-string
|
||||
,@(loop for q in body
|
||||
for (ask group choices) = (multiple-value-list
|
||||
(extract-question-components q))
|
||||
for (ask group choices) = (multiple-value-list (extract-question-components q))
|
||||
do (unless (questionp q)
|
||||
(error "Invalid question format: ~a" q))
|
||||
collect `(question ,ask ,group ,@(split-list-by-keyword choices)))
|
||||
|
|
Loading…
Add table
Reference in a new issue