diff options
| author | 2026-03-07 17:05:06 +0800 | |
|---|---|---|
| committer | 2026-03-07 17:06:05 +0800 | |
| commit | 6375255f0cc648e0a0f26c3b9c461f9959fe8ad5 (patch) | |
| tree | 5ce64eae30bd5f3aea1f5be2009189f3c1307ec9 /objectstored/blob.go | |
| parent | mergebase: Fix lints (diff) | |
ci, objectstored: Disable ireturn
Diffstat (limited to 'objectstored/blob.go')
| -rw-r--r-- | objectstored/blob.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstored/blob.go b/objectstored/blob.go index c9733e0a..26584ce5 100644 --- a/objectstored/blob.go +++ b/objectstored/blob.go @@ -25,7 +25,7 @@ func (stored *StoredBlob) ID() objectid.ObjectID { } // Object returns the parsed blob as the generic object interface. -func (stored *StoredBlob) Object() object.Object { //nolint:ireturn +func (stored *StoredBlob) Object() object.Object { return stored.blob } |
