diff options
| author | Jeff Carr <[email protected]> | 2025-10-25 15:58:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-25 15:58:28 -0500 |
| commit | 868422cb5ec2f43bc861eeb8aad23f7c3387c940 (patch) | |
| tree | b0e32432a8e5a742784cd6ecf9800a053c198704 /tableReposDefault.go | |
| parent | a41f7b47cd47768561798ded9dc26d3da5679012 (diff) | |
use the better cobol formatting
Diffstat (limited to 'tableReposDefault.go')
| -rw-r--r-- | tableReposDefault.go | 6 |
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() |
