diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-10 23:41:05 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-10 23:41:05 -0800 |
| commit | a0e84c4fbcda5893c5414fe14866f1140f003d7a (patch) | |
| tree | 6acb183e09719f46e3f12986490020efdfbd39e0 /weed/s3api | |
| parent | c959aaa19bdf76b90f884eb63707772902adfebe (diff) | |
| download | seaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.tar.xz seaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.zip | |
go fmt
Diffstat (limited to 'weed/s3api')
| -rw-r--r-- | weed/s3api/s3api_object_handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3api_object_handlers.go b/weed/s3api/s3api_object_handlers.go index c9e124328..4c408110a 100644 --- a/weed/s3api/s3api_object_handlers.go +++ b/weed/s3api/s3api_object_handlers.go @@ -223,7 +223,7 @@ func (s3a *S3ApiServer) DeleteMultipleObjectsHandler(w http.ResponseWriter, r *h } -func doDeleteEmptyDirectories(client filer_pb.SeaweedFilerClient, directoriesWithDeletion map[string]int) (newDirectoriesWithDeletion map[string]int){ +func doDeleteEmptyDirectories(client filer_pb.SeaweedFilerClient, directoriesWithDeletion map[string]int) (newDirectoriesWithDeletion map[string]int) { var allDirs []string for dir, _ := range directoriesWithDeletion { allDirs = append(allDirs, dir) |
