This commit is contained in:
Chris Lu
2021-05-06 03:37:51 -07:00
parent 5753749c90
commit 55a8f57381
6 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ func (m *mockChunkCache) GetChunk(fileId string, minSize uint64) (data []byte) {
return data
}
func(m *mockChunkCache) GetChunkSlice(fileId string, offset, length uint64) []byte {
func (m *mockChunkCache) GetChunkSlice(fileId string, offset, length uint64) []byte {
return nil
}