Skip to content

Commit

Permalink
chore: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Jun 10, 2024
1 parent 19a23c2 commit 50f2bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/coerce/vim/lsp_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe("coerce.vim.lsp", function()

assert.is.False(cvim.lsp.does_any_client_support_rename())
end)

it("returns true when there’s a rename supporting client", function()
test_helpers.create_buf({ "Hello, world!" })
local fake_lsp_server = fake_lsp_server_m.server()
Expand Down

0 comments on commit 50f2bac

Please sign in to comment.