瀏覽代碼

Fix dangling parentheses.

Brit Butler 11 年之前
父節點
當前提交
5ce88c48f5
共有 1 個文件被更改,包括 1 次插入2 次删除
  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."