build: fix whitespace changes due to go1.11 gofmt changes
This commit is contained in:
parent
64ecc2f587
commit
c19d1ae9a5
2 changed files with 18 additions and 18 deletions
|
@ -1014,8 +1014,8 @@ func (o *Object) upload(in io.Reader, leaf, directoryID string, modTime time.Tim
|
|||
var resp *http.Response
|
||||
var result api.FolderItems
|
||||
opts := rest.Opts{
|
||||
Method: "POST",
|
||||
Body: in,
|
||||
Method: "POST",
|
||||
Body: in,
|
||||
MultipartMetadataName: "attributes",
|
||||
MultipartContentName: "contents",
|
||||
MultipartFileName: upload.Name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue