summaryrefslogtreecommitdiff
path: root/humanForgedTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 18:54:32 -0500
committerJeff Carr <[email protected]>2025-09-26 19:04:49 -0500
commit10e19e30e36ace123848630f013aad0ca40dd4cf (patch)
tree9e099411b0e168fd3e95925fc1c48f455bd8c0f7 /humanForgedTable.go
parent244fc448ea3faa3f594510accb62c890fdb1242d (diff)
phase out PatchDir
Diffstat (limited to 'humanForgedTable.go')
-rw-r--r--humanForgedTable.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/humanForgedTable.go b/humanForgedTable.go
index e1d93b5..b727f2b 100644
--- a/humanForgedTable.go
+++ b/humanForgedTable.go
@@ -8,7 +8,6 @@ import (
func (f *Forge) PrintForgedTable(pb *gitpb.Repos) {
tablePB := f.makeForgedTable(pb)
- tablePB.MakeTable()
tablePB.PrintTable()
}
@@ -16,8 +15,7 @@ func (f *Forge) makeForgedTable(pb *gitpb.Repos) *gitpb.ReposTable {
t := pb.NewTable("forgedList")
t.NewUuid()
- col := t.AddNamespace()
- col.Width = 28
+ var col *gitpb.RepoAnyFunc
col = t.AddMasterVersion()
col.Width = 15