Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 17, 2024
1 parent 9c82f65 commit 61c1228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/null-ls/methods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local lsp_methods = {
COMPLETION = "textDocument/completion",
}
for k, v in pairs(vim.deepcopy(lsp_methods)) do
lsp_methods[v] = k
lsp_methods[v] = k
end

local internal_methods = {
Expand All @@ -29,7 +29,7 @@ local internal_methods = {
COMPLETION = "NULL_LS_COMPLETION",
}
for k, v in pairs(vim.deepcopy(internal_methods)) do
internal_methods[v] = k
internal_methods[v] = k
end

local lsp_to_internal_map = {
Expand Down

0 comments on commit 61c1228

Please sign in to comment.