diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-30 13:05:36 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-30 13:05:36 +0200 |
commit | 04098ac968410bf3e1b091c1f18eb15e326dcf80 (patch) | |
tree | e39b420c002328bba8979ff0c721fe3c622bcb73 /fnl/config/lsp/lsp-installer.fnl | |
parent | 40aae93e63c6849db1183b026e4b5b64c49c2154 (diff) |
style: format
Diffstat (limited to 'fnl/config/lsp/lsp-installer.fnl')
-rw-r--r-- | fnl/config/lsp/lsp-installer.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl index 4e46cfd..5775187 100644 --- a/fnl/config/lsp/lsp-installer.fnl +++ b/fnl/config/lsp/lsp-installer.fnl @@ -1,5 +1,6 @@ ;; LSP installer. -(module config.lsp.lsp-installer {autoload {util util}}) +(module config.lsp.lsp-installer + {autoload {util util}}) (def handler-opts (let [handlers (require :config.lsp.handlers)] |