From 97ee30185a19669b0faa7150da978dcbaec4512a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Nov 2025 20:06:39 -0600 Subject: something new around git hash refs --- tableStats.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tableStats.go') diff --git a/tableStats.go b/tableStats.go index 20e1c63..f229553 100644 --- a/tableStats.go +++ b/tableStats.go @@ -42,9 +42,9 @@ func (pb *Stats) MakeTable(name string) *StatsTable { col.Width = 28 col = t.AddStringFunc("Name", func(r *Stat) string { - return "todo from []slice" + return r.SanitizedSubject }) - col.Width = 20 + col.Width = -1 // col = t.AddSubject() // col.Width = -1 -- cgit v1.2.3