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 | 403402d40c366f5f320138cbbec011f3121bd086 (patch) | |
tree | b927504f36fd0ab2bece7eb4fac5c9679cd4d274 /util/termcolours.lua | |
parent | c414d27829b3dec37e804359121c0dc82c443d9d (diff) | |
download | prosody-403402d40c366f5f320138cbbec011f3121bd086.tar.gz prosody-403402d40c366f5f320138cbbec011f3121bd086.zip |
util.termcolours: Silence luacheck warning
Diffstat (limited to 'util/termcolours.lua')
-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; |