aboutsummaryrefslogtreecommitdiff
path: root/object/store/writer_pack.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/writer_pack.go')
-rw-r--r--object/store/writer_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/writer_pack.go b/object/store/writer_pack.go
index 85ce676e..0f78c429 100644
--- a/object/store/writer_pack.go
+++ b/object/store/writer_pack.go
@@ -45,7 +45,7 @@ type PackWriter interface {
// PackQuarantine represents one quarantined pack-wise write.
type PackQuarantine interface {
- Quarantine
+ BaseQuarantine
PackWriter
}