diff options
| author | 2026-06-06 21:21:06 +0000 | |
|---|---|---|
| committer | 2026-06-06 21:21:06 +0000 | |
| commit | 11d8ea1378bca6cb364f15363b7e9e130d7b1c3d (patch) | |
| tree | 4d77d471dfbc68a1c4fa9f1af5e1cbfc47e84dd0 /object/blob/parse.go | |
| parent | config: QoL renames (diff) | |
Label fixes
Diffstat (limited to 'object/blob/parse.go')
| -rw-r--r-- | object/blob/parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/blob/parse.go b/object/blob/parse.go index b5522e6a..c013af96 100644 --- a/object/blob/parse.go +++ b/object/blob/parse.go @@ -2,7 +2,7 @@ package blob // Parse decodes a blob object body. // -// Labels: Deps-Owned, Life-Independent. +// Labels: Life-Independent. func Parse(body []byte) (*Blob, error) { return &Blob{Data: append([]byte(nil), body...)}, nil } |
