Browse Source

fmt

pull/1778/head
Chris Lu 4 years ago
parent
commit
9292796ec2
  1. 2
      weed/s3api/s3api_object_handlers.go

2
weed/s3api/s3api_object_handlers.go

@ -205,8 +205,6 @@ func (s3a *S3ApiServer) DeleteMultipleObjectsHandler(w http.ResponseWriter, r *h
}
}
// purge empty folders, only checking folders with deletions
var allDirs []string
for dir, _ := range directoriesWithDeletion {

Loading…
Cancel
Save