mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Adding trailing newline.
This commit is contained in:
parent
bb3ac57b6d
commit
e7c8d9fae9
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@
|
||||||
(lib-names+pkgs (extract-sorted-packages cfg repo keywords)))
|
(lib-names+pkgs (extract-sorted-packages cfg repo keywords)))
|
||||||
(if (pair? lib-names+pkgs)
|
(if (pair? lib-names+pkgs)
|
||||||
(summarize-libraries cfg lib-names+pkgs)
|
(summarize-libraries cfg lib-names+pkgs)
|
||||||
(display "No libraries matched your query."))))
|
(display "No libraries matched your query.\n"))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Show - show detailed information for the given libraries
|
;; Show - show detailed information for the given libraries
|
||||||
|
|
Loading…
Add table
Reference in a new issue