Browse Source

go fmt

pull/1112/head
Chris Lu 5 years ago
parent
commit
c34ffed43f
  1. 2
      weed/storage/store.go

2
weed/storage/store.go

@ -187,7 +187,7 @@ func (s *Store) CollectHeartbeat() *master_pb.Heartbeat {
location.RUnlock()
if len(deleteVids) > 0 {
// delete expired volumes.
// delete expired volumes.
location.Lock()
for _, vid := range deleteVids {
location.deleteVolumeById(vid)

Loading…
Cancel
Save