From 1ecc3a7918024a07c2b9f38d274584683e7c3218 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 4 Mar 2017 17:49:48 +0100 Subject: core: Split some very long lines [luacheck] --- core/modulemanager.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/modulemanager.lua') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 7bed1795..771f6fb1 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -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 = { ["*"] = {} }; -- cgit v1.2.3