chore(luacheck): fix luacheck issues

This commit is contained in:
kiyan
2021-06-29 22:17:40 +02:00
parent b31003e43a
commit ed668a9c10
3 changed files with 4 additions and 3 deletions

View File

@@ -462,7 +462,8 @@ function M.sibling(node, direction)
local iter = get_line_from_node(node, true)
local node_path = node.absolute_path
local line, parent = 0, nil
local line = 0
local parent, _
-- Check if current node is already at root entries
for index, entry in ipairs(M.Tree.entries) do