Fix code indentation
This commit is contained in:
parent
0bc0919597
commit
cd26142b47
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@
|
||||||
|
|
||||||
(define-easy-handler (survey :uri #'survey-uri) ()
|
(define-easy-handler (survey :uri #'survey-uri) ()
|
||||||
(let* ((id (subseq (hunchentoot:request-uri*) (length "/survey/")))
|
(let* ((id (subseq (hunchentoot:request-uri*) (length "/survey/")))
|
||||||
(survey (assoc (parse-integer id) (load-response (make-surveys-db-path)))))
|
(survey (assoc (parse-integer id)
|
||||||
|
(load-response (make-surveys-db-path)))))
|
||||||
(ml-survey/pages:survey survey)))
|
(ml-survey/pages:survey survey)))
|
||||||
|
|
||||||
(define-easy-handler (new-survey :uri "/new-survey") nil
|
(define-easy-handler (new-survey :uri "/new-survey") nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue