guix package: Fix indentation of packages to remove. * guix/scripts/package.scm (show-what-to-remove/install): Add space when showing packages to remove.
1 files changed, 1 insertions(+), 1 deletions(-) M guix/scripts/package.scm
M guix/scripts/package.scm => guix/scripts/package.scm +1 -1
@@ 178,7 178,7 @@ packages that will/would be installed and removed." (match remove ((($ <manifest-entry> name version output path _) ..1) (let ((len (length name)) (remove (map (cut format #f " ~a-~a\t~a\t~a" <> <> <> <>) (remove (map (cut format #f " ~a-~a\t~a\t~a" <> <> <> <>) name version output path))) (if dry-run? (format (current-error-port)