mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +08:00
go fmt
This commit is contained in:
@@ -400,7 +400,6 @@ func (worker *FileCopyWorker) uploadFileInChunks(ctx context.Context, task FileC
|
||||
wg.Wait()
|
||||
close(chunksChan)
|
||||
|
||||
|
||||
var chunks []*filer_pb.FileChunk
|
||||
for chunk := range chunksChan {
|
||||
chunks = append(chunks, chunk)
|
||||
|
||||
Reference in New Issue
Block a user