diff options
| author | Jeff Carr <[email protected]> | 2025-10-25 15:58:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-25 15:58:16 -0500 |
| commit | e8004f878b18eaed3fd949cfd81196602c470c3c (patch) | |
| tree | 99637faabba5fd54e8947d5112acc65570f33a8f | |
| parent | 1d44eb1493d81842b58f53bff5ad8741b7b5934c (diff) | |
use cobol formatting
| -rw-r--r-- | tableDefault.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tableDefault.go b/tableDefault.go index a58f9e9..a8d4cac 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -3,7 +3,7 @@ package forgepb import ( - "go.wit.com/lib/gui/shell" + "go.wit.com/lib/cobol" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) @@ -72,9 +72,9 @@ func (f *Forge) makeDefaultTB(pb *gitpb.Repos) *gitpb.ReposTable { return "" } dur := r.NewestAge() - return shell.FormatDuration(dur) + return cobol.FormatDuration(dur) }) - col.Width = 3 + col.Width = 5 col = t.AddStringFunc("user", func(r *gitpb.Repo) string { ver := r.GetUserVersion() |
