mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
[luacheck] fix (W212) unused argument t
This commit is contained in:
parent
e9e166b7cd
commit
2b900484f6
@ -213,7 +213,7 @@ local colortype_ansi = {
|
|||||||
"\027[35m%s\027[m",
|
"\027[35m%s\027[m",
|
||||||
}
|
}
|
||||||
|
|
||||||
local function colorize_text(s, t)
|
local function colorize_text(s)
|
||||||
return s
|
return s
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user