Skip to content

Commit

Permalink
fix: fix missing @param annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
GCrispino committed Jan 27, 2025
1 parent 671eedf commit f40488d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-tree/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ end
---@return fun(node: Node, edit_opts: NodeEditOpts?)
local function open_or_expand_or_dir_up(mode, toggle_group)
---@param node Node
---@param edit_opts NodeEditOpts?
return function(node, edit_opts)
local root = node:as(RootNode)
local dir = node:as(DirectoryNode)
Expand Down

0 comments on commit f40488d

Please sign in to comment.