Skip to content

Commit a2edca4

Browse files
committed
nit: fix indentation
1 parent 0c46787 commit a2edca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-ltex.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ This is use to active language server and check if language server's existence."
296296
'ltex-ls
297297
'(:system "ltex-ls")
298298
`(:download :url ,lsp-ltex--server-download-url
299-
:store-path ,(lsp-ltex--downloaded-extension-path))))
299+
:store-path ,(lsp-ltex--downloaded-extension-path))))
300300

301301
(defcustom lsp-ltex-version (or (lsp-ltex--current-version)
302302
(lsp-ltex--latest-version)

0 commit comments

Comments
 (0)