Comparison

util/sslconfig.lua @ 8555:4f0f5b49bb03

vairious: Add annotation when an empty environment is set [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 28 Feb 2018 20:06:26 +0100
parent 8278:a349299038ff
child 9584:2860f8dabf35
comparison
equal deleted inserted replaced
8554:12a68e0d0ecf 8555:4f0f5b49bb03
6 local t_concat = table.concat; 6 local t_concat = table.concat;
7 local t_insert = table.insert; 7 local t_insert = table.insert;
8 local setmetatable = setmetatable; 8 local setmetatable = setmetatable;
9 9
10 local _ENV = nil; 10 local _ENV = nil;
11 -- luacheck: std none
11 12
12 local handlers = { }; 13 local handlers = { };
13 local finalisers = { }; 14 local finalisers = { };
14 local id = function (v) return v end 15 local id = function (v) return v end
15 16