From 735f6b63d05a55fb8e72d8678c06700cb7ef8059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 9 Oct 2017 23:17:49 +0200 Subject: [PATCH] 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 cd90257de3..fc61f0b547 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