guix-commits
[Top][All Lists]
Advanced

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

01/01: lint: Remove extra newline.


From: Ludovic Courtès
Subject: 01/01: lint: Remove extra newline.
Date: Mon, 9 Oct 2017 17:19:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 735f6b63d05a55fb8e72d8678c06700cb7ef8059
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 9 23:17:49 2017 +0200

    lint: Remove extra newline.
    
    * guix/scripts/lint.scm (check-for-updates): Remove trailing "~%".
---
 guix/scripts/lint.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index cd90257..fc61f0b 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -835,7 +835,7 @@ from ~s: ~a (~s)~%")
      (when (version>? (upstream-source-version source)
                       (package-version package))
        (emit-warning package
-                     (format #f (G_ "can be upgraded to ~a~%")
+                     (format #f (G_ "can be upgraded to ~a")
                              (upstream-source-version source)))))
     (#f #f))) ; cannot find newer upstream release
 



reply via email to

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