Browse Source

go fmt

pull/2274/head
Chris Lu 4 years ago
parent
commit
0db2517994
  1. 2
      weed/command/master_follower.go

2
weed/command/master_follower.go

@ -109,11 +109,9 @@ func startMasterFollower(masterOptions MasterOptions) {
return
}
option := masterOptions.toMasterOption(nil)
option.IsFollower = true
r := mux.NewRouter()
ms := weed_server.NewMasterServer(r, option, masters)
listeningAddress := *masterOptions.ipBind + ":" + strconv.Itoa(*masterOptions.port)

Loading…
Cancel
Save