Fix code indentation
This commit is contained in:
parent
cd8a3730a4
commit
d5f09372d7
1 changed files with 6 additions and 1 deletions
|
@ -40,4 +40,9 @@
|
||||||
(:use #:cl)
|
(:use #:cl)
|
||||||
(:import-from #:dev.metalisp.sbt
|
(:import-from #:dev.metalisp.sbt
|
||||||
#:with-page)
|
#:with-page)
|
||||||
(:export #:index #:imprint #:new-survey #:surveys #:create-survey #:survey))
|
(:export #:index
|
||||||
|
#:imprint
|
||||||
|
#:new-survey
|
||||||
|
#:surveys
|
||||||
|
#:create-survey
|
||||||
|
#:survey))
|
||||||
|
|
Loading…
Add table
Reference in a new issue