diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 18:47:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 18:47:48 -0500 |
| commit | e7c6156562ba1ed5e083366b092ead258b62e5ae (patch) | |
| tree | d88cd1338ad3d94d06fa561a07e97625a144bec6 | |
| parent | 1e0f1e8e882ca7f253240e225e4629d07ea3455d (diff) | |
testing something to cut strings to a certain width
| -rw-r--r-- | repo.helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.helpers.go b/repo.helpers.go index 6159b35..8b4774c 100644 --- a/repo.helpers.go +++ b/repo.helpers.go @@ -14,6 +14,6 @@ func (t *ReposTable) MyMasterBranch() *RepoStringFunc { sf := t.AddStringFunc("master", func(m *Repo) string { return m.MasterBranchName }) - // sf.Width = 30 + sf.Width = 30 return sf } |
