smileby commented on code in PR #8758:
URL: https://github.com/apache/apisix/pull/8758#discussion_r1435931946


##########
apisix/plugins/request-id.lua:
##########
@@ -102,13 +106,13 @@ local function gen_data_machine(max_number)
 
                 local _, err3 =
                     etcd_cli:set(
-                    prefix .. tostring(id),
-                    uuid,
-                    {
-                        prev_kv = true,
-                        lease = res.body.ID
-                    }
-                )
+                        prefix .. tostring(id),
+                        uuid,
+                        {
+                            prev_kv = true,
+                            lease = res.body.ID
+                        }
+                    )
 

Review Comment:
   @Sn0rt It is defined in the code style document
   [CODE_STYLE.md](https://github.com/apache/apisix/blob/master/CODE_STYLE.md)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to