branch: elpa/helm
commit 0c55588d58ef8d3e8d340ae66cc8a4d3ff46a6cf
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Spaces only in helm-packages-get-provider
---
 helm-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-packages.el b/helm-packages.el
index c20b55dc19..896143e4e4 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -250,7 +250,7 @@ PROVIDER can be one of \"gnu\" or \"nongnu\"."
     (plist-get (cdr package-recipe) :url)))
 
 (defun helm-packages-get-provider (package)
-  (let ((desc     (assq package package-archive-contents)))
+  (let ((desc (assq package package-archive-contents)))
     (package-desc-archive (cadr desc))))
 
 ;; Melpa

Reply via email to