mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 02:45:09 -05:00
lint: Remove extra newline.
* guix/scripts/lint.scm (check-for-updates): Remove trailing "~%".
This commit is contained in:
parent
3d9637a93d
commit
735f6b63d0
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ (define (check-for-updates package)
|
|||
(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
|
||||
|
||||
|
|
Loading…
Reference in a new issue