Skip to content

Commit

Permalink
fix lua lint
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiang1989 <[email protected]>
  • Loading branch information
dongjiang1989 committed Sep 14, 2024
1 parent 1819be7 commit 99e23c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/discovery/kubernetes/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ local function multiple_mode_init(confs)
else
endpoints_informer.on_added = on_endpoint_modified
endpoints_informer.on_modified = on_endpoint_modified
-- endpoints is fully updated and the cache is cleared first.
-- endpoints is fully updated and the cache is cleared first.
endpoints_informer.pre_list = pre_list
endpoints_informer.post_list = post_list
end
Expand Down

0 comments on commit 99e23c6

Please sign in to comment.