Fix whitespace warnings

This commit is contained in:
Peter Melnichenko
2018-03-16 17:26:31 +03:00
parent a40458fdc1
commit 3a43d528c6
5 changed files with 28 additions and 28 deletions

View File

@@ -183,7 +183,7 @@ describe("actions", function()
it("for commands are called in reverse order", function()
local args = {}
local parser = Parser():action(function(passed_args)
args[1] = passed_args
args.last = 1