fix: unbork comments

Was breaking the build but not anymore!
This commit is contained in:
decentral1se 2023-02-08 11:20:30 +01:00
parent 6b9512d09c
commit fdf4854b0c
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 3 deletions

View File

@ -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