summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 15:58:16 -0500
committerJeff Carr <[email protected]>2025-10-25 15:58:16 -0500
commite8004f878b18eaed3fd949cfd81196602c470c3c (patch)
tree99637faabba5fd54e8947d5112acc65570f33a8f /tableDefault.go
parent1d44eb1493d81842b58f53bff5ad8741b7b5934c (diff)
use cobol formatting
Diffstat (limited to 'tableDefault.go')
-rw-r--r--tableDefault.go6
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()