guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: lint: archival: Remove extra newline in warning.


From: guix-commits
Subject: 01/06: lint: archival: Remove extra newline in warning.
Date: Fri, 15 Oct 2021 17:20:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2d06103288a1e6392db665b46eff71d243ecb40c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 15 18:09:31 2021 +0200

    lint: archival: Remove extra newline in warning.
    
    * guix/lint.scm (check-archival): Remove extra newline in message.
---
 guix/lint.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index 527fda1..7b02b9c 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -1556,7 +1556,7 @@ Heritage and missing from the Disarchive database")
                          (#f '())
                          (id
                           (list (make-warning package
-                                              (G_ "
+                                              (G_ "\
 Disarchive entry refers to non-existent SWH directory '~a'")
                                               (list id)
                                               #:field 'source)))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]