diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 12:54:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 12:54:32 -0600 |
| commit | 6c595d32f7041b941f29968ab9f737538e15dbc1 (patch) | |
| tree | 093e42720df42ad863aa8e1d4d9e8d8d4d42d883 /main.go | |
| parent | 74ce202f73574c122f893e5cd601a39d31168648 (diff) | |
list the patches
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ func main() { vbox2 := box.NewVerticalBox("BOX2") globalBuildOptions(vbox2) - summaryBox(vbox2) + me.summary = summaryBox(vbox2) globalResetOptions(box) |
