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