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 2020/11/18 11:14:08 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #2785: fix: format the string.find

spacewander commented on a change in pull request #2785:
URL: https://github.com/apache/apisix/pull/2785#discussion_r526004932



##########
File path: apisix/discovery/eureka.lua
##########
@@ -28,7 +28,7 @@ local ngx                = ngx
 local ngx_timer_at       = ngx.timer.at
 local ngx_timer_every    = ngx.timer.every
 local string_sub         = string.sub
-local string_find        = string.find
+local str_find        = string.find

Review comment:
       Please fix the indentation.




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

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