Skip to content

Commit

Permalink
Replace tab with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jul 12, 2024
1 parent 2c7c93e commit 20a40ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-sonarlint.el
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ See also `lsp-sonarlint-download-dir' and `lsp-sonarlint-download-url'."
:group 'lsp-sonarlint
:set (lambda (sym auto-download) ; Trigger download when set to non-nil
(set sym auto-download)
(when auto-download
(when auto-download
(lsp-sonarlint-download)))
:group 'lsp-sonarlint
:type 'boolean)
Expand Down

0 comments on commit 20a40ae

Please sign in to comment.