浏览代码

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 =================================