Browse Source

bitwarden: fix indentation

Sean Farley 7 years ago
parent
commit
fb99f08cbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bitwarden.el

+ 1 - 1
bitwarden.el

@@ -352,7 +352,7 @@ search which will call `bitwarden-search' as a convenience."
       (let* ((json-object-type 'hash-table)
       (let* ((json-object-type 'hash-table)
              (json-key-type 'string)
              (json-key-type 'string)
              (json (json-read-from-string result)))
              (json (json-read-from-string result)))
-           json))))
+        json))))
 
 
 ;================================= auth-source =================================
 ;================================= auth-source =================================