all: gofmt -w -s (#15419)
This commit is contained in:
committed by
Felix Lange
parent
bfdc0fa362
commit
9619a61024
@ -123,7 +123,7 @@ type PyramidChunker struct {
|
||||
hashSize int64
|
||||
branches int64
|
||||
workerCount int64
|
||||
workerLock sync.RWMutex
|
||||
workerLock sync.RWMutex
|
||||
}
|
||||
|
||||
func NewPyramidChunker(params *ChunkerParams) (self *PyramidChunker) {
|
||||
@ -634,4 +634,4 @@ func (self *PyramidChunker) enqueueDataChunk(chunkData []byte, size uint64, pare
|
||||
|
||||
return pkey
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user