monkeyDluffy6017 commented on code in PR #9710: URL: https://github.com/apache/apisix/pull/9710#discussion_r1266293468
########## apisix/plugins/opa.lua: ########## @@ -20,6 +20,7 @@ local http = require("resty.http") local helper = require("apisix.plugins.opa.helper") local type = type +local pairs = pairs Review Comment: And a blank is needed before the line 23. A blank is needed between different blocks, please remember that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org