fixup bad merge

This commit is contained in:
Aaron H. Alpar
2022-11-03 11:56:39 -07:00
parent 636b431127
commit a60acd3e30

View File

@@ -79,6 +79,7 @@ func (sm *SharedManager) CompactIndexes(ctx context.Context, opt CompactOptions)
return nil
}
// ParseIndexBlob loads entries in a given index blob and returns them.
func ParseIndexBlob(blobID blob.ID, encrypted gather.Bytes, crypter crypter) ([]Info, error) {
var data gather.WriteBuffer
defer data.Close()