소스 검색

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."