From de09a82a32be56a33f1a33ca360f547bf53e0684 Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 19 Dec 2024 19:25:27 -0800 Subject: [PATCH] go fmt --- weed/storage/disk_location_ec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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