Parcourir la Source

Fix dangling parentheses.

Brit Butler il y a 11 ans
Parent
commit
5ce88c48f5
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/coleslaw.lisp

+ 1 - 2
src/coleslaw.lisp

@@ -22,8 +22,7 @@
22 22
                        (page-ext *config*))))
23 23
     (if (pathname-type result)
24 24
         result
25
-        (make-pathname :type extension :defaults result)
26
-        )))
25
+        (make-pathname :type extension :defaults result))))
27 26
 
28 27
 (defun page-path (object)
29 28
   "The path to store OBJECT at once rendered."