mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
core: Split some very long lines [luacheck]
This commit is contained in:
parent
140c6de026
commit
1ecc3a7918
8 changed files with 35 additions and 16 deletions
|
@ -39,7 +39,8 @@ local _G = _G;
|
|||
|
||||
local _ENV = nil;
|
||||
|
||||
local load_modules_for_host, load, unload, reload, get_module, get_items, get_modules, is_loaded, module_has_method, call_module_method;
|
||||
local load_modules_for_host, load, unload, reload, get_module, get_items;
|
||||
local get_modules, is_loaded, module_has_method, call_module_method;
|
||||
|
||||
-- [host] = { [module] = module_env }
|
||||
local modulemap = { ["*"] = {} };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue