Diff

core/modulemanager.lua @ 7947:24170d74b00b

core: Split some very long lines [luacheck]
author Kim Alvefur <zash@zash.se>
date Sat, 04 Mar 2017 17:49:48 +0100
parent 7303:439d00063620
child 8555:4f0f5b49bb03
line wrap: on
line diff
--- a/core/modulemanager.lua	Fri Mar 03 11:51:32 2017 +0100
+++ b/core/modulemanager.lua	Sat Mar 04 17:49:48 2017 +0100
@@ -39,7 +39,8 @@
 
 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 = { ["*"] = {} };