From 39b5f8728fdd215217d2749c20a2668ecbb5f080 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 16 Mar 2015 16:55:12 -0400 Subject: Code cleanup based on the output of luacheck, a Lua linter. --- core/locale.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/locale.lua') diff --git a/core/locale.lua b/core/locale.lua index def44789..1dedd4a3 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -25,4 +25,4 @@ end f:close() return setmetatable(M, - {__index = function(t, k) return 'No Localization:'..k end}) + {__index = function(_, k) return 'No Localization:'..k end}) -- cgit v1.2.3