Skip to content

Commit 4267de8

Browse files
committed
refactor(#2731): resolve warnings
1 parent e335d12 commit 4267de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/diagnostics.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ local function from_nvim_lsp()
5050
local bufname = uniformize_path(vim.api.nvim_buf_get_name(diagnostic.bufnr))
5151
if not buffer_severity[bufname] or diagnostic.severity < buffer_severity[bufname] then
5252
buffer_severity[bufname] = diagnostic.severity
53-
end
53+
end
5454
end
5555
end
5656
end

0 commit comments

Comments
 (0)