From f2922155de01b734e3e8b3f50be8f263ec13cacd Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 6 Mar 2026 18:38:44 +0800 Subject: *: Lint --- format/pack/ingest/thin_fix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'format/pack/ingest/thin_fix.go') diff --git a/format/pack/ingest/thin_fix.go b/format/pack/ingest/thin_fix.go index 65ce131c..f21ef98a 100644 --- a/format/pack/ingest/thin_fix.go +++ b/format/pack/ingest/thin_fix.go @@ -13,11 +13,11 @@ func maybeFixThin(state *ingestState) error { } if !state.fixThin { - return &ErrThinPackUnresolved{Count: len(state.unresolvedRefDeltas)} + return &ThinPackUnresolvedError{Count: len(state.unresolvedRefDeltas)} } if state.base == nil { - return &ErrThinPackUnresolved{Count: len(state.unresolvedRefDeltas)} + return &ThinPackUnresolvedError{Count: len(state.unresolvedRefDeltas)} } hashSize := int64(state.algo.Size()) -- cgit v1.3.1-10-gc9f91