Fix paragraph

This commit is contained in:
Caleb Bassi 2019-01-26 05:20:41 -08:00
parent 067b2c5514
commit 7ea3439d3a

View File

@ -203,7 +203,7 @@ func SplitCells(cells []Cell, r rune) [][]Cell {
temp = append(temp, cell)
}
}
if len(splitCells) > 0 {
if len(temp) > 0 {
splitCells = append(splitCells, temp)
}
return splitCells