소스 검색

bitwarden: fix indentation

Sean Farley 7 년 전
부모
커밋
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 =================================