mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Fix the indentation in lack.middleware.session.state.cookie.
This commit is contained in:
parent
e25965ec60
commit
0cc7f9fb98
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
(defmethod finalize-state ((state cookie-state) sid (res function) options)
|
||||
(lambda (responder)
|
||||
(funcall res (lambda (actual-res)
|
||||
(funcall responder (finalize-state state sid actual-res options))))))
|
||||
(funcall responder (finalize-state state sid actual-res options))))))
|
||||
|
||||
(defmethod finalize-state ((state cookie-state) sid (res list) options)
|
||||
(let ((res (apply #'make-response res))
|
||||
|
|
Loading…
Add table
Reference in a new issue