Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro committed Mar 28, 2023
1 parent 5ac0b24 commit f7a4f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/meta/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,7 @@ func (m *baseMeta) ScanDeletedObject(ctx Context, tss trashSliceScan, pss pendin
return eg.Wait()
}

// nolint:staticcheck
func (m *baseMeta) findDetachedNodes(t time.Time) []Ino {
return m.en.doFindDetachedNodes(t)
}

0 comments on commit f7a4f4d

Please sign in to comment.