Fixed formatting.
This commit is contained in:
parent
5b48e49e37
commit
2f77bcf8ce
1 changed files with 2 additions and 3 deletions
|
@ -68,11 +68,10 @@ ASDF: ~A
|
|||
"QL: is not available~%")
|
||||
#+quicklisp
|
||||
(format stream
|
||||
"QL: ~{~A~^~%~}
|
||||
"
|
||||
"QL: ~{~A~^~%~}~%"
|
||||
(loop for dist in (get-ql-dists info)
|
||||
for idx upfrom 0
|
||||
collect (format nil "~:[~; ~]~A ~A"
|
||||
collect (format nil "~:[~; ~]~A ~A"
|
||||
(> idx 0)
|
||||
(ql-dist:name dist)
|
||||
(ql-dist:version dist)))))
|
||||
|
|
Loading…
Reference in a new issue