Skip to content

Commit 8ecfcd0

Browse files
authored
Apply suggestions from code review
1 parent ba2d11f commit 8ecfcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/actions/tree/modifiers/expand.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ local function limit_folder_discovery(should_descend)
4040
end
4141
end
4242

43-
---@param expansion_count integer
43+
---@param _ integer expansion_count
4444
---@param node Node
4545
---@return boolean
46-
local function descend_until_empty(expansion_count, node) --luacheck: ignore 212
46+
local function descend_until_empty(_, node)
4747

4848
local dir = node:as(DirectoryNode)
4949
if not dir then

0 commit comments

Comments
 (0)