aboutsummaryrefslogtreecommitdiffstats
path: root/util/template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/template.lua')
-rw-r--r--util/template.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/template.lua b/util/template.lua
index a26dd7ca..f72c4ede 100644
--- a/util/template.lua
+++ b/util/template.lua
@@ -1,4 +1,4 @@
-
+-- luacheck: ignore 213/i
local stanza_mt = require "util.stanza".stanza_mt;
local setmetatable = setmetatable;
local pairs = pairs;