diff options
| -rw-r--r-- | tableDefault.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tableDefault.go b/tableDefault.go index c44aa41..d2562c6 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -44,9 +44,9 @@ func (f *Forge) NormalCheckTB(pb *gitpb.Repos) string { var col *gitpb.RepoFunc t := f.makeDefaultBaseTB(pb) - col = t.AddState() - col.Width = 16 col = t.AddStateChange() + col.Width = 16 + col = t.AddState() col.Width = -1 t.PrintTable() |
