zaunist opened a new issue #6541:
URL: https://github.com/apache/apisix/issues/6541


   ### Issue description
   
   ref this comment 
https://github.com/apache/apisix/pull/6509#discussion_r820630797
   
   when we write a code block like this:
   
   ```
   return res, nil
   ```
   
   The `, nil` is nonsense here, and the lua code style requires simplicity. So 
we should have to check our repository, remove the redundant `, nil` and unify 
the code style.
   
   You could refer to this document: 
https://github.com/apache/apisix/blob/master/CODE_STYLE.md
   
   Or do other people have any other comments?


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