Software /
code /
prosody
Changeset
7198:48d167f652ad
util.termcolours: Silence luacheck warning
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 25 Feb 2016 22:33:40 +0100 |
parents | 7197:ff514c1b1c27 |
children | 7199:5846e0bca4ff |
files | util/termcolours.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/util/termcolours.lua Thu Feb 25 22:32:13 2016 +0100 +++ b/util/termcolours.lua Thu Feb 25 22:33:40 2016 +0100 @@ -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;