diff options
author | Kim Alvefur <zash@zash.se> | 2018-02-28 20:06:26 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-02-28 20:06:26 +0100 |
commit | 146acdbd338c1e2c2523b720cd1b93a7db1476eb (patch) | |
tree | 0f24fe5bf868191f9e33931f28c9db16e098d2bb /core/storagemanager.lua | |
parent | 5a20cd359acf20247d9c2e4168bbe65253dbcce9 (diff) | |
download | prosody-146acdbd338c1e2c2523b720cd1b93a7db1476eb.tar.gz prosody-146acdbd338c1e2c2523b720cd1b93a7db1476eb.zip |
vairious: Add annotation when an empty environment is set [luacheck]
Diffstat (limited to 'core/storagemanager.lua')
-rw-r--r-- | core/storagemanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/storagemanager.lua b/core/storagemanager.lua index 1c0ef3bb..0aac947d 100644 --- a/core/storagemanager.lua +++ b/core/storagemanager.lua @@ -12,6 +12,7 @@ local log = require "util.logger".init("storagemanager"); local prosody = prosody; local _ENV = nil; +-- luacheck: std none local olddm = {}; -- maintain old datamanager, for backwards compatibility for k,v in pairs(datamanager) do olddm[k] = v; end |