testing something to cut strings to a certain width

This commit is contained in:
Jeff Carr 2025-09-04 18:47:48 -05:00
parent 1e0f1e8e88
commit e7c6156562
1 changed files with 1 additions and 1 deletions

View File

@ -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
}