mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Fix indentations.
This commit is contained in:
parent
5347556b93
commit
d8c8c2b38e
1 changed files with 4 additions and 4 deletions
|
@ -59,8 +59,8 @@
|
|||
(subtest "Embedded CL code with Middleware without keyword option."
|
||||
(let ((app (builder (when t :sample) *app*)))
|
||||
(is-type app
|
||||
'function
|
||||
"Can build.")
|
||||
'function
|
||||
"Can build.")
|
||||
|
||||
(is-print (funcall app '(:path-info "/"))
|
||||
"sample"
|
||||
|
@ -69,8 +69,8 @@
|
|||
(subtest "Embedded CL code with Middleware with keyword option."
|
||||
(let ((app (builder (when t `(:sample :out ,(lambda (out) (format t "Got: ~a" out)))) *app*)))
|
||||
(is-type app
|
||||
'function
|
||||
"Can build.")
|
||||
'function
|
||||
"Can build.")
|
||||
|
||||
(is-print (funcall app '(:path-info "/"))
|
||||
"Got: sample"
|
||||
|
|
Loading…
Add table
Reference in a new issue