status: Remove extra space before ellipsis.
Extra space was introduced in 8fa4ac5be4d5f8a1e62635842b16486832ff49f1. * guix/status.scm (print-build-event): Remove extra space before ellipsis.
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user