Pārlūkot izejas kodu

bitwarden: fix indentation

Sean Farley 7 gadi atpakaļ
vecāks
revīzija
fb99f08cbe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 =================================