From b1087b26377d5ea7608e1935340ad8b7e82e5168 Mon Sep 17 00:00:00 2001 From: motongxue <393888412@qq.com> Date: Fri, 15 Mar 2024 15:58:27 +0800 Subject: [PATCH] refactor(prometheus): remove the blank line --- apisix/utils/batch-processor.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/apisix/utils/batch-processor.lua b/apisix/utils/batch-processor.lua index 6301957170eb..f17668f159a3 100644 --- a/apisix/utils/batch-processor.lua +++ b/apisix/utils/batch-processor.lua @@ -181,7 +181,6 @@ end function batch_processor:push(entry) - -- if the batch size is one then immediately send for processing if self.batch_max_size == 1 then local batch = {entries = {entry}, retry_count = 0}