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