diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 19:08:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 19:08:10 -0500 |
| commit | 356cb6b9f9a6f61ca4f26fa20d068a6b905e8122 (patch) | |
| tree | 90889b8ab901fa47257bb263ddf296fc89b27c7b | |
| parent | 1a832fb07f5839212001cca4ab5922360695b9bf (diff) | |
cleaner tablev0.0.192
| -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() |
