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


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