branch: elpa/hyperdrive
commit bc0ec7ffc52079bd14b7f981657419fc39ef3a08
Author: Adam Porter <a...@alphapapa.net>
Commit: Joseph Turner <jos...@ushin.org>

    Tidy: Indentation
---
 hyperdrive.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index 19bae3470e..54edf5c31d 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -138,7 +138,7 @@ hyperdrive, the new hyperdrive's petname will be set to 
SEED."
   (pcase-let* (((cl-struct plz-response (body url))
                 (h/api 'post (concat "hyper://localhost/?key="
                                      (url-hexify-string seed))
-                       :as 'response))
+                  :as 'response))
                (hyperdrive (he/hyperdrive (h/url-entry url))))
     (setf (h/seed hyperdrive) seed)
     (setf (h/writablep hyperdrive) t)

Reply via email to