diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-01-16 17:22:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-16 17:22:32 -0800 |
| commit | 041d29eea302edad6a988b0f10b21dd42ba5ba16 (patch) | |
| tree | 1be9b1b5e7f91693f4cabe3ae0d114cb7f7dced6 /weed/operation/submit.go | |
| parent | 123df7453f75c437c98ed12c14ad48748140563a (diff) | |
| parent | ab6be025d76748388ad3eea6fe6ca000db1c2435 (diff) | |
| download | seaweedfs-041d29eea302edad6a988b0f10b21dd42ba5ba16.tar.xz seaweedfs-041d29eea302edad6a988b0f10b21dd42ba5ba16.zip | |
Merge pull request #838 from bingoohuang/master
go fmt and fix some typo
Diffstat (limited to 'weed/operation/submit.go')
| -rw-r--r-- | weed/operation/submit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/operation/submit.go b/weed/operation/submit.go index 63ab694a7..7a1a3085e 100644 --- a/weed/operation/submit.go +++ b/weed/operation/submit.go @@ -201,7 +201,7 @@ func (fi FilePart) Upload(maxMB int, master string, secret security.Secret) (ret } func upload_one_chunk(filename string, reader io.Reader, master, -fileUrl string, jwt security.EncodedJwt, + fileUrl string, jwt security.EncodedJwt, ) (size uint32, e error) { glog.V(4).Info("Uploading part ", filename, " to ", fileUrl, "...") uploadResult, uploadError := Upload(fileUrl, filename, reader, false, |
