diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 22:02:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 22:02:54 -0500 |
| commit | 66d45bce6a2fff12ad9bc791db82cdda8062af29 (patch) | |
| tree | c1a8f86c84c4895f119d438be4eb38133dc5ebbb /humanForgedTable.go | |
| parent | 57212b9b5c5705d088446a9830c34973300a5ac3 (diff) | |
autogenpb changes
Diffstat (limited to 'humanForgedTable.go')
| -rw-r--r-- | humanForgedTable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/humanForgedTable.go b/humanForgedTable.go index 96472da..19d0818 100644 --- a/humanForgedTable.go +++ b/humanForgedTable.go @@ -15,7 +15,7 @@ func (f *Forge) makeForgedTable(pb *gitpb.Repos) *gitpb.ReposTable { t := pb.NewTable("forgedList") t.NewUuid() - var col *gitpb.RepoAnyFunc + var col *gitpb.RepoFunc col = t.AddMasterBranchName() col.Width = 3 |
