mirror of
https://github.com/rclone/rclone.git
synced 2025-07-11 14:30:44 +02:00
build: fix whitespace changes due to go1.11 gofmt changes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user