Skip to content

Commit b9f3f6c

Browse files
committed
fix(#3041): remove unnecessary @type
1 parent 9bff979 commit b9f3f6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/nvim-tree/diagnostics.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ function M.update_lsp(ev)
128128

129129
local profile_event = log.profile_start("DiagnosticChanged event")
130130

131-
---@type vim.Diagnostic[]
132131
local diagnostics = vim.diagnostic.get(ev.buf)
133132

134133
-- use the buffer from the event, as ev.data.diagnostics will be empty on resolved diagnostics

0 commit comments

Comments
 (0)