aboutsummaryrefslogtreecommitdiff
path: root/core/locale.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/locale.lua')
-rw-r--r--core/locale.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/locale.lua b/core/locale.lua
index 68a8266c..715e817e 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -33,4 +33,4 @@ for line in f:lines() do
end
f:close()
-return setmetatable(M, { __index = function(t, k) return none..k end })
+return setmetatable(M, {__index = function(t, k) return none..k end})