Skip to content

Commit 456f817

Browse files
committed
fix: adding underscore on unsed variables
1 parent afb40e3 commit 456f817

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lua/nvim-tree/node/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ function Node:clone(api_nodes)
144144
return clone
145145
end
146146

147-
---@param expansion_count integer
148-
---@param should_descend fun(expansion_count: integer, node: Node): boolean
147+
---@param _expansion_count integer
148+
---@param _should_descend fun(expansion_count: integer, node: Node): boolean
149149
---@return boolean
150-
function Node:should_expand(expansion_count, should_descend)
150+
function Node:should_expand(_expansion_count, _should_descend)
151151
return false
152152
end
153153

0 commit comments

Comments
 (0)