diff options
| -rw-r--r-- | doTag.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ func makeTagTablePB(pb *gitpb.GitTags) *gitpb.GitTagsTable { return tag.Creatordate.AsTime() }) cola.Width = 16 + tmp := t.AddSubject() + tmp.Width = -1 return t } |
