mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
go fmt
This commit is contained in:
parent
edb9d65e05
commit
f0c89cfacd
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue