~ruther/guix-local

735f6b63d05a55fb8e72d8678c06700cb7ef8059 — Ludovic Courtès 8 years ago 3d9637a
lint: Remove extra newline.

* guix/scripts/lint.scm (check-for-updates): Remove trailing "~%".
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/lint.scm
M guix/scripts/lint.scm => guix/scripts/lint.scm +1 -1
@@ 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