Sean Farley 7 лет назад
Родитель
Сommit
fb99f08cbe
1 измененных файлов с 1 добавлено и 1 удалено
  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)
              (json-key-type 'string)
              (json (json-read-from-string result)))
-           json))))
+        json))))
 
 ;================================= auth-source =================================