[luacheck] fix (W212) unused argument t

This commit is contained in:
Francois Perrad 2016-07-16 15:59:05 +02:00
parent e9e166b7cd
commit 2b900484f6

View File

@ -213,7 +213,7 @@ local colortype_ansi = {
"\027[35m%s\027[m",
}
local function colorize_text(s, t)
local function colorize_text(s)
return s
end