Przeglądaj źródła

Fix dangling parentheses.

Brit Butler 11 lat temu
rodzic
commit
5ce88c48f5
1 zmienionych plików z 1 dodań i 2 usunięć
  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."