aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/disk_location.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/disk_location.go')
-rw-r--r--weed/storage/disk_location.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/storage/disk_location.go b/weed/storage/disk_location.go
index 538f7469f..e116fc715 100644
--- a/weed/storage/disk_location.go
+++ b/weed/storage/disk_location.go
@@ -155,7 +155,6 @@ func (l *DiskLocation) DeleteCollectionFromDiskLocation(collection string) (e er
e = fmt.Errorf(errBuilder.String())
}
-
return
}