status: Remove extra space before ellipsis.

Extra space was introduced in 8fa4ac5be4.

* guix/status.scm (print-build-event): Remove extra space before
ellipsis.
This commit is contained in:
Ludovic Courtès 2020-04-18 23:21:34 +02:00
parent ea6594e08e
commit 04594054d6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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