Software /
code /
prosody
Diff
util/multitable.lua @ 10046:0bc291a5734a
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 10 Jun 2019 13:22:22 +0200 |
parent | 9692:affcbccc1dff |
child | 12589:39ae08180c81 |
line wrap: on
line diff
--- a/util/multitable.lua Mon Jun 10 12:58:00 2019 +0200 +++ b/util/multitable.lua Mon Jun 10 13:22:22 2019 +0200 @@ -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