build: fix whitespace changes due to go1.11 gofmt changes

This commit is contained in:
Nick Craig-Wood 2018-08-18 12:33:33 +01:00
parent 64ecc2f587
commit c19d1ae9a5
2 changed files with 18 additions and 18 deletions

View file

@ -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,