Procházet zdrojové kódy

bitwarden: fix indentation

Sean Farley před 7 roky
rodič
revize
fb99f08cbe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 =================================