func()

in pkg/text/colortabwriter.go [128:133]


func (c *ColorTabWriter) newCell() {
	if len(c.contents) == 0 {
		c.newLine()
	}
	c.contents[len(c.contents)-1] = append(c.contents[len(c.contents)-1], []byte{})
}