Make luacheck happy

This commit is contained in:
Stephan Seitz 2020-07-04 18:28:17 +02:00 committed by Thomas Vigouroux
parent 1ce1c73249
commit 5642507f6a
10 changed files with 23 additions and 43 deletions

View file

@ -58,7 +58,7 @@ local function select_incremental(get_parent)
return
end
node = get_parent(nodes[#nodes])
local node = get_parent(nodes[#nodes])
if not node then return end
if node ~= nodes[#nodes] then