aboutsummaryrefslogtreecommitdiffstats
path: root/util/timer.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-02-28 20:06:26 +0100
committerKim Alvefur <zash@zash.se>2018-02-28 20:06:26 +0100
commit43b814a83bc1e20d15d3cd38ddcf108d8e3ca356 (patch)
tree0f24fe5bf868191f9e33931f28c9db16e098d2bb /util/timer.lua
parent8e377a8d5586e64f4c75e0b40e7b84de6e2a7972 (diff)
downloadprosody-43b814a83bc1e20d15d3cd38ddcf108d8e3ca356.tar.gz
prosody-43b814a83bc1e20d15d3cd38ddcf108d8e3ca356.zip
vairious: Add annotation when an empty environment is set [luacheck]
Diffstat (limited to 'util/timer.lua')
-rw-r--r--util/timer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/timer.lua b/util/timer.lua
index c7996bfa..ff834068 100644
--- a/util/timer.lua
+++ b/util/timer.lua
@@ -16,6 +16,7 @@ local tostring = tostring;
local xpcall = xpcall;
local _ENV = nil;
+-- luacheck: std none
local _add_task = server.add_task;