Skip to content

Commit 8c1468d

Browse files
committed
Ensure show-load-strategy starts on a fresh line
1 parent d68981c commit 8c1468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quicklisp/setup.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
:quicklisp-systems (remove-duplicates quicklisp-systems))))
9090

9191
(defun show-load-strategy (strategy)
92-
(format t "To load ~S:~%" (name strategy))
92+
(format t "~&To load ~S:~%" (name strategy))
9393
(let ((asdf-systems (asdf-systems strategy))
9494
(releases (quicklisp-releases strategy)))
9595
(when asdf-systems

0 commit comments

Comments
 (0)