Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Feb 5, 2025
1 parent d69f070 commit cf478b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
local rep = string.rep
local helpers = require "spec.helpers"


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
local fmt = string.format
local rep = string.rep


local RpcSyncV2ValidationHandler = {
Expand Down Expand Up @@ -30,7 +29,7 @@ function RpcSyncV2ValidationHandler:init_worker()
},
}

ngx.log(ngx.DEBUG, "kong.sync.v2.get_delta ok: ", counter)
ngx.log(ngx.DEBUG, "kong.sync.v2.get_delta ok")

return { default = { deltas = deltas, wipe = true, }, }
end)
Expand Down

0 comments on commit cf478b3

Please sign in to comment.