Software /
code /
prosody
Diff
util/multitable.lua @ 11200:bf8f2da84007
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 05 Nov 2020 22:31:25 +0100 |
parent | 9692:affcbccc1dff |
child | 12589:39ae08180c81 |
line wrap: on
line diff
--- a/util/multitable.lua Thu Nov 05 22:27:17 2020 +0100 +++ b/util/multitable.lua Thu Nov 05 22:31:25 2020 +0100 @@ -9,7 +9,7 @@ local select = select; local t_insert = table.insert; local pairs, next, type = pairs, next, type; -local unpack = table.unpack or unpack; --luacheck: ignore 113 143 +local unpack = table.unpack or unpack; --luacheck: ignore 113 local _ENV = nil; -- luacheck: std none