Skip to content

Commit 379304b

Browse files
committed
lint
1 parent e527e65 commit 379304b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lua/nvim-tree/node/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@ end
255255
---@return BaseNode cloned
256256
function BaseNode:clone()
257257
---@type Explorer
258-
local placeholder
258+
local explorer_placeholder = nil
259259

260260
---@type BaseNode
261261
local clone = {
262262
type = self.type,
263-
explorer = placeholder,
263+
explorer = explorer_placeholder,
264264
absolute_path = self.absolute_path,
265265
executable = self.executable,
266266
fs_stat = self.fs_stat,

0 commit comments

Comments
 (0)