diff options
| author | chrislu <chris.lu@gmail.com> | 2024-12-19 19:25:27 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-12-19 19:25:27 -0800 |
| commit | de09a82a32be56a33f1a33ca360f547bf53e0684 (patch) | |
| tree | 7e599d5d7479f7204ad5069e7a26ea7c9efee21f /weed/storage/disk_location_ec.go | |
| parent | bfd59dd5795d155a99ee3e7a7eb37b0e6da07f72 (diff) | |
| download | seaweedfs-de09a82a32be56a33f1a33ca360f547bf53e0684.tar.xz seaweedfs-de09a82a32be56a33f1a33ca360f547bf53e0684.zip | |
go fmt
Diffstat (limited to 'weed/storage/disk_location_ec.go')
| -rw-r--r-- | weed/storage/disk_location_ec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/disk_location_ec.go b/weed/storage/disk_location_ec.go index 44a6c03ab..072b1a0b5 100644 --- a/weed/storage/disk_location_ec.go +++ b/weed/storage/disk_location_ec.go @@ -198,7 +198,7 @@ func (l *DiskLocation) deleteEcVolumeById(vid needle.VolumeId) (e error) { // Add write lock since we're modifying the ecVolumes map l.ecVolumesLock.Lock() defer l.ecVolumesLock.Unlock() - + ecVolume, ok := l.ecVolumes[vid] if !ok { return |
