more work on 'any'

This commit is contained in:
Jeff Carr 2025-09-15 05:10:29 -05:00
parent 7fdd7075fd
commit e14f7b93d1
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ func makeTagTablePB(pb *gitpb.GitTags) *gitpb.GitTagsTable {
return tag.Creatordate.AsTime() return tag.Creatordate.AsTime()
}) })
cola.Width = 16 cola.Width = 16
tmp := t.AddSubject()
tmp.Width = -1
return t return t
} }