motongxue commented on code in PR #11047:
URL: https://github.com/apache/apisix/pull/11047#discussion_r1525883033


##########
apisix/utils/batch-processor.lua:
##########
@@ -170,21 +173,27 @@ function batch_processor:new(func, config)
         last_entry_t = 0,
         route_id = config.route_id,
         server_addr = config.server_addr,
+        prometheus_enabled = prometheus_enabled,
     }
 
     return setmetatable(processor, batch_processor_mt)
 end
 
 
 function batch_processor:push(entry)
+

Review Comment:
   Okay, I have deleted this blank line.



-- 
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

Reply via email to