branch: elpa/helm commit 39ca479d0b3ae2141687993af967a364e366efe1 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix indentation --- helm-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-packages.el b/helm-packages.el index 026a4cc971..9181067ab0 100644 --- a/helm-packages.el +++ b/helm-packages.el @@ -145,7 +145,7 @@ Argument ERROR-FILE is the file where errors are logged, if some." (when (y-or-n-p (format "Upgrade %s packages? " (length mkd))) (if helm-packages-async (helm-packages-do-async 'install mkd error-file) - (mapc #'package-upgrade mkd)))))) + (mapc #'package-upgrade mkd)))))) (defun helm-packages-describe (candidate) "Helm action for describing package CANDIDATE."