mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 11:23:35 +08:00
go fmt
This commit is contained in:
@@ -209,7 +209,7 @@ func (ms *MasterServer) startAdminScripts() {
|
|||||||
scriptLines = append(scriptLines, "unlock")
|
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
|
var shellOptions shell.ShellOptions
|
||||||
shellOptions.GrpcDialOption = security.LoadClientTLS(v, "grpc.master")
|
shellOptions.GrpcDialOption = security.LoadClientTLS(v, "grpc.master")
|
||||||
|
Reference in New Issue
Block a user