lint: Remove extra newline.

* guix/scripts/lint.scm (check-for-updates): Remove trailing "~%".
master
Ludovic Courtès 2017-10-09 23:17:49 +02:00
parent 3d9637a93d
commit 735f6b63d0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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