mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
etc/committer: Add missing newline.
* etc/committer.scm.in (main): Add newline to message. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
d375eddda0
commit
a6ac141ebb
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ (define %delay 1000)
|
||||||
(define (main . args)
|
(define (main . args)
|
||||||
(match (diff-info)
|
(match (diff-info)
|
||||||
(()
|
(()
|
||||||
(display "Nothing to be done." (current-error-port)))
|
(display "Nothing to be done.\n" (current-error-port)))
|
||||||
(hunks
|
(hunks
|
||||||
(let-values
|
(let-values
|
||||||
(((definitions changes)
|
(((definitions changes)
|
||||||
|
|
Loading…
Reference in a new issue