From 868422cb5ec2f43bc861eeb8aad23f7c3387c940 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 Oct 2025 15:58:28 -0500 Subject: use the better cobol formatting --- tableReposDefault.go | 6 +++--- 1 file 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() -- cgit v1.2.3