Skip to content

Commit 00903fe

Browse files
committed
refactor(#2731): style
1 parent 8c996a7 commit 00903fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/nvim-tree/renderer/components/full-name.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ local function show()
7171
vim.api.nvim_win_call(M.popup_win, function()
7272
vim.api.nvim_buf_set_lines(0, 0, -1, true, { line })
7373
for _, extmark in ipairs(extmarks) do
74-
75-
---nvim 0.10 luadoc is incorrect: vim.api.keyset.get_extmark_item is missing the extmark_id at the start
74+
-- nvim 0.10 luadoc is incorrect: vim.api.keyset.get_extmark_item is missing the extmark_id at the start
7675

7776
---@cast extmark table
7877
---@type integer

0 commit comments

Comments
 (0)