diff options
| author | 2026-03-30 15:49:27 +0000 | |
|---|---|---|
| committer | 2026-03-30 15:49:27 +0000 | |
| commit | 61e4da6697606ea176564f50dc83a9f3b1438af2 (patch) | |
| tree | 7b3e32891842aa9a64ca88650be58bf6c060d91f | |
| parent | object/store/packed/internal/ingest: Yep, that leftover stub should go (diff) | |
| signature | No signature | |
object/store/packed/internal/ingest: And of course I forgot to goimports
| -rw-r--r-- | object/store/packed/internal/ingest/ingest_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/object/store/packed/internal/ingest/ingest_test.go b/object/store/packed/internal/ingest/ingest_test.go index a1925ba3..c99afe65 100644 --- a/object/store/packed/internal/ingest/ingest_test.go +++ b/object/store/packed/internal/ingest/ingest_test.go @@ -4,7 +4,6 @@ import ( "bytes" "encoding/binary" "errors" - "io" "io/fs" "os" "path/filepath" |
