From fdf4854b0ca8bf5ca7eb5b2c9cf00487c1c6daa7 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 8 Feb 2023 11:20:30 +0100 Subject: [PATCH] fix: unbork comments Was breaking the build but not anymore! --- pkg/jsontable/jsontable.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/jsontable/jsontable.go b/pkg/jsontable/jsontable.go index dbc8c9f8..e869350a 100644 --- a/pkg/jsontable/jsontable.go +++ b/pkg/jsontable/jsontable.go @@ -185,8 +185,7 @@ func (t *JSONTable) AppendBulk(rows [][]string) { } } -/// Stuff we should implement but we just proxy for now. - +// Stuff we should implement but we just proxy for now. func (t *JSONTable) SetAutoMergeCellsByColumnIndex(cols []int) { // FIXME t.tbl.SetAutoMergeCellsByColumnIndex(cols) @@ -197,7 +196,7 @@ func (t *JSONTable) SetAutoMergeCells(auto bool) { t.tbl.SetAutoMergeCells(auto) } -//// Stub functions +// Stub functions func (t *JSONTable) SetAutoWrapText(auto bool) { t.tbl.SetAutoWrapText(auto) return