From d5f09372d7fe299cb80c5acd87261bb49f00656e Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 31 May 2024 19:27:45 +0200 Subject: [PATCH] Fix code indentation --- package.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.lisp b/package.lisp index fb02614..f4a6d36 100644 --- a/package.lisp +++ b/package.lisp @@ -40,4 +40,9 @@ (:use #:cl) (:import-from #:dev.metalisp.sbt #:with-page) - (:export #:index #:imprint #:new-survey #:surveys #:create-survey #:survey)) + (:export #:index + #:imprint + #:new-survey + #:surveys + #:create-survey + #:survey))