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