chore: lint kafka-logger (#2876)

This commit is contained in:
Mark Huang 2020-11-27 19:37:03 +08:00 committed by GitHub
parent d7e59113d5
commit 89d49ed9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ local type = type
local table = table
local ipairs = ipairs
local plugin_name = "kafka-logger"
local stale_timer_running = false;
local stale_timer_running = false
local timer_at = ngx.timer.at
local tostring = tostring
local ngx = ngx
@ -182,4 +182,5 @@ function _M.log(conf, ctx)
log_buffer:push(entry)
end
return _M