diff options
author | Kim Alvefur <zash@zash.se> | 2016-02-25 22:33:40 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-02-25 22:33:40 +0100 |
commit | 73a51150e034bb2257b88bd82b54fa786e4d32d9 (patch) | |
tree | b927504f36fd0ab2bece7eb4fac5c9679cd4d274 | |
parent | 7541fc06b17202b5cc55086094cc6a2ff2da3772 (diff) | |
download | prosody-73a51150e034bb2257b88bd82b54fa786e4d32d9.tar.gz prosody-73a51150e034bb2257b88bd82b54fa786e4d32d9.zip |
util.termcolours: Silence luacheck warning
-rw-r--r-- | util/termcolours.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/termcolours.lua b/util/termcolours.lua index a1c01aa5..e99294a4 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -5,6 +5,8 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- +-- luacheck: ignore 213/i local t_concat, t_insert = table.concat, table.insert; |