From ddec7b2bb986a352cc999ac4e350c8f3be87eacd Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 14 Jul 2020 07:34:16 -0700 Subject: go fmt --- weed/server/master_server.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'weed/server') diff --git a/weed/server/master_server.go b/weed/server/master_server.go index 9a490bb1f..377fac26f 100644 --- a/weed/server/master_server.go +++ b/weed/server/master_server.go @@ -32,11 +32,11 @@ const ( ) type MasterOption struct { - Host string - Port int - MetaFolder string - VolumeSizeLimitMB uint - VolumePreallocate bool + Host string + Port int + MetaFolder string + VolumeSizeLimitMB uint + VolumePreallocate bool // PulseSeconds int DefaultReplicaPlacement string GarbageThreshold float64 @@ -66,7 +66,7 @@ type MasterServer struct { MasterClient *wdclient.MasterClient - adminLocks *AdminLocks + adminLocks *AdminLocks } func NewMasterServer(r *mux.Router, option *MasterOption, peers []string) *MasterServer { -- cgit v1.2.3