Fixed LUA lint findings.
This commit is contained in:
parent
f1839ddb42
commit
c26ab315b8
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ local ck = require("resty.cookie")
|
||||||
local ngx_balancer = require("ngx.balancer")
|
local ngx_balancer = require("ngx.balancer")
|
||||||
local split = require("util.split")
|
local split = require("util.split")
|
||||||
|
|
||||||
local string_format = string.format
|
|
||||||
local ngx_log = ngx.log
|
|
||||||
local INFO = ngx.INFO
|
|
||||||
|
|
||||||
local _M = balancer_resty:new()
|
local _M = balancer_resty:new()
|
||||||
local DEFAULT_COOKIE_NAME = "route"
|
local DEFAULT_COOKIE_NAME = "route"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue