From 5d8a8338a9ece61c7117d441a0d35d857346f39b Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 17 Jul 2023 08:29:16 +0200 Subject: [PATCH] Fix indentation --- src/main.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.lisp b/src/main.lisp index ed96693..fd922e8 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -12,10 +12,7 @@ (:html (:head (:title ,title) - (:link - :type "text/css" - :rel "stylesheet" - :href "public/5.3.0/bootstrap.min.css")) + (:link :type "text/css" :rel "stylesheet" :href "public/5.3.0/bootstrap.min.css")) (:body ,@body)))) (defun write-string-to-file (filename string)