From f50338570adee19a64d7a83105b5a9ff30df84f2 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 03:52:39 +0000 Subject: *: Add Life-Parent for Deps-Borrowed where appropriate --- object/fetch/fetcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object/fetch') diff --git a/object/fetch/fetcher.go b/object/fetch/fetcher.go index 895b32f7..6bee86a8 100644 --- a/object/fetch/fetcher.go +++ b/object/fetch/fetcher.go @@ -11,7 +11,7 @@ type Fetcher struct { // New returns a Fetcher that reads objects from store. // -// Labels: Deps-Borrowed. +// Labels: Deps-Borrowed, Life-Parent. func New(store objectstore.ReadingStore) *Fetcher { return &Fetcher{store: store} } -- cgit v1.3.1-10-gc9f91