Skip to content

Commit

Permalink
modns: subloader_child_modules.lua: [=] correct code formatting of if…
Browse files Browse the repository at this point in the history
…-block
  • Loading branch information
thetaepsilon committed Sep 30, 2018
1 parent 62a51b1 commit 582d137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modns/subloader_child_modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ local setup = function(loader, create_subloader)
local get_child_subloader = function()
local inflight, ptype = loader:get_current_inflight()
if not inflight then
error(msg_notloaded) end
error(msg_notloaded)
end
local sep = ptype.pathsep
if not sep then
error(msg_sep_pre .. ptype.label .. msg_sep_post)
Expand Down

0 comments on commit 582d137

Please sign in to comment.