Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Sep 27, 2013
1 parent 2e91ac0 commit 8dda9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swift.go
Expand Up @@ -1454,9 +1454,9 @@ func (c *Connection) BulkUpload(uploadPath string, dataStream io.Reader, format
Container: uploadPath,
Operation: "PUT",
Parameters: url.Values{"extract-archive": []string{format}},
Headers: extraHeaders,
ErrorMap: ContainerErrorMap,
Body: dataStream,
Headers: extraHeaders,
ErrorMap: ContainerErrorMap,
Body: dataStream,
})
if err != nil {
return
Expand Down

0 comments on commit 8dda9a3

Please sign in to comment.