Skip to content

Commit f40488d

Browse files
committed
fix: fix missing @param annotation
1 parent 671eedf commit f40488d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree/api.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ end
244244
---@return fun(node: Node, edit_opts: NodeEditOpts?)
245245
local function open_or_expand_or_dir_up(mode, toggle_group)
246246
---@param node Node
247+
---@param edit_opts NodeEditOpts?
247248
return function(node, edit_opts)
248249
local root = node:as(RootNode)
249250
local dir = node:as(DirectoryNode)

0 commit comments

Comments
 (0)