mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-18 22:14:33 +00:00
go fmt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user