imbajin commented on code in PR #336:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/336#discussion_r2444646140


##########
vermeer/apps/master/master_main.go:
##########
@@ -56,6 +56,7 @@ func Main() {
                services.SetUI(sen)
                logrus.Info("token-auth was activated")
        default:

Review Comment:
   **代码风格**: 这里有一个空的  分支并且后面有多余的空行。应该删除或添加注释说明为什么需要空的 default 分支。
   
   **建议**: 
   ```go
   default:
       // No authentication required for other modes
   ```
   
   或者如果不需要 default 分支,直接删除。



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