Remove space in backend labels during install

Minor reformatting. To be consistent with the backend transition labels
in doom//packages-autoremove.
This commit is contained in:
Henrik Lissner 2018-06-11 23:56:07 +02:00
parent 72201fead5
commit 1c3183b298
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -454,8 +454,8 @@ calls."
"new recipe")
((doom-package-different-backend-p (car pkg))
(if (plist-get (cdr pkg) :recipe)
"ELPA -> QUELPA"
"QUELPA -> ELPA"))
"ELPA->QUELPA"
"QUELPA->ELPA"))
((plist-get (cdr pkg) :recipe)
"QUELPA")
("ELPA"))))