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
84c503c6a7
commit
c34ffed43f
|
@ -187,7 +187,7 @@ func (s *Store) CollectHeartbeat() *master_pb.Heartbeat {
|
||||||
location.RUnlock()
|
location.RUnlock()
|
||||||
|
|
||||||
if len(deleteVids) > 0 {
|
if len(deleteVids) > 0 {
|
||||||
// delete expired volumes.
|
// delete expired volumes.
|
||||||
location.Lock()
|
location.Lock()
|
||||||
for _, vid := range deleteVids {
|
for _, vid := range deleteVids {
|
||||||
location.deleteVolumeById(vid)
|
location.deleteVolumeById(vid)
|
||||||
|
|
Loading…
Reference in a new issue