diff options
| author | 2026-03-05 20:35:02 +0800 | |
|---|---|---|
| committer | 2026-03-05 20:35:02 +0800 | |
| commit | 197fc54d0fe9e89345992b1efbfbfaf3185e3272 (patch) | |
| tree | 45b41cdb16f405fa34268dab5347bbd0188dafe0 /format/pack/ingest/state.go | |
| parent | format/pack/ingest: Temporary file purging (diff) | |
| signature | No signature | |
format/pack/ingest: Improve trailer stuff
Diffstat (limited to 'format/pack/ingest/state.go')
| -rw-r--r-- | format/pack/ingest/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pack/ingest/state.go b/format/pack/ingest/state.go index 3fabe639..2263e8a1 100644 --- a/format/pack/ingest/state.go +++ b/format/pack/ingest/state.go @@ -28,7 +28,7 @@ type ingestState struct { revFile *os.File revTmpName string - stream *streamCopier + stream *streamScanner records []objectRecord ofsDeltas []ofsDeltaRef |
