From ab174c473618dd3743881cf44e02c2db4d1ecd5f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 30 Mar 2026 21:05:59 +0000 Subject: *: Fix lints --- object/store/quarantine.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object/store/quarantine.go') diff --git a/object/store/quarantine.go b/object/store/quarantine.go index 6db12084..5fa97ee7 100644 --- a/object/store/quarantine.go +++ b/object/store/quarantine.go @@ -1,6 +1,6 @@ package objectstore -// WriterQuarantine represents one quarantined write that accepts both object- +// Quarantine represents one quarantined write that accepts both object- // wise and pack-wise writes. type Quarantine interface { BaseQuarantine @@ -13,7 +13,7 @@ type QuarantineOptions struct { Pack PackQuarantineOptions } -// WriterQuarantiner creates coordinated quarantines that support both object- +// Quarantiner creates coordinated quarantines that support both object- // wise and pack-wise writes. type Quarantiner interface { BeginQuarantine(opts QuarantineOptions) (Quarantine, error) -- cgit v1.3.1-10-gc9f91