diff options
| author | 2026-03-04 08:26:56 +0800 | |
|---|---|---|
| committer | 2026-03-04 08:59:53 +0800 | |
| commit | ab7501be34032fb9e5c48726a68ae90a917af9eb (patch) | |
| tree | 20d005647569befea8133e953c3270e8fd2a2a5b /objectstore/packed/delta_cache.go | |
| parent | *: gofumpt (diff) | |
| signature | No signature | |
*: Lint
Diffstat (limited to 'objectstore/packed/delta_cache.go')
| -rw-r--r-- | objectstore/packed/delta_cache.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objectstore/packed/delta_cache.go b/objectstore/packed/delta_cache.go index add21698..a911b254 100644 --- a/objectstore/packed/delta_cache.go +++ b/objectstore/packed/delta_cache.go @@ -41,6 +41,7 @@ func (cache *deltaCache) get(key deltaBaseKey) (objecttype.Type, []byte, bool) { if !ok { return objecttype.TypeInvalid, nil, false } + return value.ty, append([]byte(nil), value.content...), true } |
