mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-22 23:03:36 +08:00
go fmt
This commit is contained in:
@@ -209,7 +209,7 @@ func (ms *MasterServer) startAdminScripts() {
|
||||
scriptLines = append(scriptLines, "unlock")
|
||||
}
|
||||
|
||||
masterAddress := fmt.Sprintf("%s:%d",ms.option.Host, ms.option.Port)
|
||||
masterAddress := fmt.Sprintf("%s:%d", ms.option.Host, ms.option.Port)
|
||||
|
||||
var shellOptions shell.ShellOptions
|
||||
shellOptions.GrpcDialOption = security.LoadClientTLS(v, "grpc.master")
|
||||
|
Reference in New Issue
Block a user