mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-19 19:53:32 +08:00
go fmt
This commit is contained in:
@@ -34,7 +34,7 @@ func (l *DiskLocation) DestroyEcVolume(vid needle.VolumeId) {
|
||||
ecVolume, found := l.ecVolumes[vid]
|
||||
if found {
|
||||
ecVolume.Destroy()
|
||||
delete(l.ecVolumes,vid)
|
||||
delete(l.ecVolumes, vid)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user