summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 15:58:28 -0500
committerJeff Carr <[email protected]>2025-10-25 15:58:28 -0500
commit868422cb5ec2f43bc861eeb8aad23f7c3387c940 (patch)
treeb0e32432a8e5a742784cd6ecf9800a053c198704
parenta41f7b47cd47768561798ded9dc26d3da5679012 (diff)
use the better cobol formatting
-rw-r--r--tableReposDefault.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tableReposDefault.go b/tableReposDefault.go
index 637d4a2..d7fe459 100644
--- a/tableReposDefault.go
+++ b/tableReposDefault.go
@@ -3,7 +3,7 @@
package gitpb
import (
- "go.wit.com/lib/gui/shell"
+ "go.wit.com/lib/cobol"
"go.wit.com/log"
)
@@ -45,9 +45,9 @@ func (pb *Repos) MakeDefaultTB() *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 *Repo) string {
ver := r.GetUserVersion()