mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 11:02:20 +00:00
Fix whitespace warnings
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user