Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Sep 29, 2024
1 parent e527e65 commit 379304b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nvim-tree/node/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,12 @@ end
---@return BaseNode cloned
function BaseNode:clone()
---@type Explorer
local placeholder
local explorer_placeholder = nil

---@type BaseNode
local clone = {
type = self.type,
explorer = placeholder,
explorer = explorer_placeholder,
absolute_path = self.absolute_path,
executable = self.executable,
fs_stat = self.fs_stat,
Expand Down

0 comments on commit 379304b

Please sign in to comment.