aboutsummaryrefslogtreecommitdiffstats
path: root/net/resolvers/manual.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/resolvers/manual.lua')
-rw-r--r--net/resolvers/manual.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/resolvers/manual.lua b/net/resolvers/manual.lua
index dbc40256..c766a11f 100644
--- a/net/resolvers/manual.lua
+++ b/net/resolvers/manual.lua
@@ -1,6 +1,6 @@
local methods = {};
local resolver_mt = { __index = methods };
-local unpack = table.unpack or unpack; -- luacheck: ignore 113
+local unpack = table.unpack;
-- Find the next target to connect to, and
-- pass it to cb()