diff options
Diffstat (limited to 'util/throttle.lua')
-rw-r--r-- | util/throttle.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/throttle.lua b/util/throttle.lua index 1012f78a..d2036e9e 100644 --- a/util/throttle.lua +++ b/util/throttle.lua @@ -3,6 +3,7 @@ local gettime = require "util.time".now local setmetatable = setmetatable; local _ENV = nil; +-- luacheck: std none local throttle = {}; local throttle_mt = { __index = throttle }; |