Skip to content

Commit ba2d11f

Browse files
committed
Ignore unused param warning
1 parent cc25680 commit ba2d11f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ end
4343
---@param expansion_count integer
4444
---@param node Node
4545
---@return boolean
46-
local function descend_until_empty(expansion_count, node)
46+
local function descend_until_empty(expansion_count, node) --luacheck: ignore 212
47+
4748
local dir = node:as(DirectoryNode)
4849
if not dir then
4950
return false

0 commit comments

Comments
 (0)