ci: format
This commit is contained in:
parent
4381b9f861
commit
871fa321bd
2 changed files with 12 additions and 4 deletions
|
|
@ -95,7 +95,12 @@ local function parse_command(args)
|
|||
elseif first == 'interact' then
|
||||
local inter = args[2]
|
||||
if inter and inter ~= '' then
|
||||
return { type = 'action', action = 'interact', requires_context = true, interactor_cmd = inter }
|
||||
return {
|
||||
type = 'action',
|
||||
action = 'interact',
|
||||
requires_context = true,
|
||||
interactor_cmd = inter,
|
||||
}
|
||||
else
|
||||
return { type = 'action', action = 'interact', requires_context = true }
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue