mirror of
https://github.com/kopia/kopia.git
synced 2026-03-12 03:06:31 -04:00
fixup bad merge
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user