diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-14 02:55:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-14 02:55:44 -0700 |
| commit | 0db251799457849ff9d9e4839cb3efb438c93e14 (patch) | |
| tree | 58e9ea5955ede4f2437ae1358e560233a920323f /weed/replication/source/filer_source.go | |
| parent | 7937db52e1a6b8be0e04da0b2ed9d62284fa2698 (diff) | |
| download | seaweedfs-0db251799457849ff9d9e4839cb3efb438c93e14.tar.xz seaweedfs-0db251799457849ff9d9e4839cb3efb438c93e14.zip | |
go fmt
Diffstat (limited to 'weed/replication/source/filer_source.go')
| -rw-r--r-- | weed/replication/source/filer_source.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/source/filer_source.go b/weed/replication/source/filer_source.go index 085c0a700..60c33463f 100644 --- a/weed/replication/source/filer_source.go +++ b/weed/replication/source/filer_source.go @@ -96,7 +96,7 @@ func (fs *FilerSource) LookupFileId(part string) (fileUrls []string, err error) func (fs *FilerSource) ReadPart(fileId string) (filename string, header http.Header, resp *http.Response, err error) { if fs.proxyByFiler { - return util.DownloadFile("http://" + fs.address + "/?proxyChunkId=" + fileId, "") + return util.DownloadFile("http://"+fs.address+"/?proxyChunkId="+fileId, "") } fileUrls, err := fs.LookupFileId(fileId) |
