Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ecerulm committed Sep 21, 2024
1 parent 92c3acf commit bea2148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/make_entry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ function make_entry.gen_from_ctags(opts)
tag_entry.col = 1
tag_entry.lnum = lnum and tonumber(lnum) or 1
if show_kind then
tag_entry.kind = kind
tag_entry.kind = kind
end

return setmetatable(tag_entry, mt)
Expand Down

0 comments on commit bea2148

Please sign in to comment.