quiet linter
it's a false positive, function doesn't escape.
This commit is contained in:
parent
bd436ab9de
commit
51ab891d5c
@ -884,7 +884,7 @@ func (s *SplitStore) doCompact(curTs *types.TipSet) error {
|
||||
return markSet.Mark(c)
|
||||
},
|
||||
func(cm cid.Cid) error {
|
||||
log.Warnf("missing object reference %s in %s", cm, c)
|
||||
log.Warnf("missing object reference %s in %s", cm, c) //nolint
|
||||
s.txnRefsMx.Lock()
|
||||
s.txnMissing[cm] = struct{}{}
|
||||
s.txnRefsMx.Unlock()
|
||||
|
Loading…
Reference in New Issue
Block a user