diff options
| author | 2026-03-04 08:26:56 +0800 | |
|---|---|---|
| committer | 2026-03-04 08:59:53 +0800 | |
| commit | ab7501be34032fb9e5c48726a68ae90a917af9eb (patch) | |
| tree | 20d005647569befea8133e953c3270e8fd2a2a5b /object/tag.go | |
| parent | *: gofumpt (diff) | |
| signature | No signature | |
*: Lint
Diffstat (limited to 'object/tag.go')
| -rw-r--r-- | object/tag.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/object/tag.go b/object/tag.go index 9a621ec9..0da3e4a8 100644 --- a/object/tag.go +++ b/object/tag.go @@ -17,5 +17,6 @@ type Tag struct { // ObjectType returns TypeTag. func (tag *Tag) ObjectType() objecttype.Type { _ = tag + return objecttype.TypeTag } |
