wujincheng2333 commented on code in PR #1857:
URL: https://github.com/apache/dubbo-go/pull/1857#discussion_r862469728


##########
config/service_config.go:
##########
@@ -247,7 +253,17 @@ func (s *ServiceConfig) Export() error {
                if len(proto.Port) == 0 {
                        port = nextPort.Value.(string)
                        nextPort = nextPort.Next()
+               }else{

Review Comment:
   > 这代码显然没有 gofmt 处理过
   
   是的,不好意思,我以为你们会修改代码风格之类的



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to