From 9cdaf41a724dd0d739611c698e92f4421a2fbafc Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 19 Nov 2012 00:28:48 -0500 Subject: Changed Lua code style for tables. --- core/args.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/args.lua') diff --git a/core/args.lua b/core/args.lua index a7c56c90..1a410ba4 100644 --- a/core/args.lua +++ b/core/args.lua @@ -28,7 +28,7 @@ local switches = {} -- @param description Description of the switch for command line help. -- @name register function M.register(switch1, switch2, narg, f, description) - local t = { f, narg, description } + local t = {f, narg, description} switches[switch1], switches[switch2] = t, t end -- cgit v1.2.3