Skip to content

Commit 10ec43b

Browse files
committed
Fix indentation.
1 parent 04f29fc commit 10ec43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If you want to autoload the patch, do two things:
110110
:name "quicklisp-fix"
111111
:type "lisp")))
112112
(let ((quicklisp-found #+quicklisp t
113-
#-quicklisp nil))
113+
#-quicklisp nil))
114114
(cond
115115
((not quicklisp-found)
116116
(warn "Quicklisp is not available, skipping fix loading.~%"))

0 commit comments

Comments
 (0)