status: Remove extra space before ellipsis.
Extra space was introduced in 8fa4ac5be4
.
* guix/status.scm (print-build-event): Remove extra space before
ellipsis.
master
parent
ea6594e08e
commit
04594054d6
|
@ -480,8 +480,8 @@ addition to build events."
|
|||
(let ((count (match (assq-ref properties 'profile)
|
||||
(#f 0)
|
||||
(lst (or (assq-ref lst 'count) 0)))))
|
||||
(format port (info (N_ "building profile with ~a package ..."
|
||||
"building profile with ~a packages ..."
|
||||
(format port (info (N_ "building profile with ~a package..."
|
||||
"building profile with ~a packages..."
|
||||
count))
|
||||
count)))
|
||||
('profile-hook
|
||||
|
|
Reference in New Issue