core: Split some very long lines [luacheck]

This commit is contained in:
Kim Alvefur 2017-03-04 17:49:48 +01:00
parent 140c6de026
commit 1ecc3a7918
8 changed files with 35 additions and 16 deletions

View file

@ -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 = { ["*"] = {} };