diff options
Diffstat (limited to 'humanForgedTable.go')
| -rw-r--r-- | humanForgedTable.go | 4 |
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 |
