v0.0.503
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m52s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m52s
This commit is contained in:
parent
a3481a7d2d
commit
a173e30090
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.502"
|
const GoextVersion = "0.0.503"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-08-07T19:35:23+0200"
|
const GoextVersionTimestamp = "2024-08-07T19:37:38+0200"
|
||||||
|
@ -41,8 +41,8 @@ func (r *TableRowBuilder) CellObjects(cells ...TableCell) *TableRowBuilder {
|
|||||||
return r
|
return r
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *TableRowBuilder) CellWithStyle(cell string, style TableCellStyleOpt) *TableRowBuilder {
|
func (r *TableRowBuilder) CellWithStyle(cell string, style *TableCellStyleOpt) *TableRowBuilder {
|
||||||
r.cells = append(r.cells, TableCell{Content: cell, Style: style})
|
r.cells = append(r.cells, TableCell{Content: cell, Style: *style})
|
||||||
return r
|
return r
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user