Skip to content

Commit

Permalink
lib: silence luacheck
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Evans <[email protected]>
  • Loading branch information
kevans91 committed Feb 9, 2024
1 parent 7cf43b1 commit 0b56a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/orch/context.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ function Context:new(def)

return ctx
end
function Context:execute()
function Context.execute(_)
return true
end
function Context:fail()
function Context.fail(_)
return false
end

Expand Down

0 comments on commit 0b56a4c

Please sign in to comment.