diff options
Diffstat (limited to 'util/multitable.lua')
-rw-r--r-- | util/multitable.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/multitable.lua b/util/multitable.lua index e4321d3d..c472d731 100644 --- a/util/multitable.lua +++ b/util/multitable.lua @@ -132,7 +132,7 @@ local function iter(self, ...) local maxdepth = select("#", ...); local stack = { self.data }; local keys = { }; - local function it(self) + local function it(self) -- luacheck: ignore 432/self local depth = #stack; local key = next(stack[depth], keys[depth]); if key == nil then -- Go up the stack |