lualoader: revert whitespace change that snuck in

This commit is contained in:
Kyle Evans 2018-03-31 23:50:20 +00:00
parent 509b21c338
commit 9994e26f37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331856

View file

@ -235,7 +235,6 @@ local function loadModule(mod, silent)
end
if v.error ~= nil then
cli_execute_unparsed(v.error)
end
status = false
end