mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
scripts: import: Add two newlines for ‘--insert’ option.
For consistency with ‘insert-expression’. * guix/scripts/import.scm (guix-import): Add two newlines after inserting. Change-Id: I55b45ca137d175fdf6ee5c0bb2b6b1ca8385750d
This commit is contained in:
parent
a6598a9019
commit
115accdb26
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ PROC callback."
|
|||
(let ((port (open-file file "a")))
|
||||
(pretty-print-with-comments port expr)
|
||||
(newline port)
|
||||
(newline port)
|
||||
(close-port port)))))))))
|
||||
(import-as-definitions importer args find-and-insert)))
|
||||
((importer args ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue