You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/14 03:41:12 UTC

[GitHub] [apisix] shuaijinchao commented on a change in pull request #6581: chore: remove redundant semicolons

shuaijinchao commented on a change in pull request #6581:
URL: https://github.com/apache/apisix/pull/6581#discussion_r825572491



##########
File path: apisix/admin/routes.lua
##########
@@ -285,7 +285,7 @@ function _M.patch(id, conf, sub_path, args)
         end
         utils.inject_timestamp(node_value, nil, true)
     else
-        node_value = core.table.merge(node_value, conf);
+        node_value = core.table.merge(node_value, conf)

Review comment:
       > Can we check it in the linter?
   
   Great idea, I created an issue #6604 that I will add validation for in the next PR to make lint.




-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org