diff options
Diffstat (limited to 'table_cell.go')
| -rw-r--r-- | table_cell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table_cell.go b/table_cell.go index ca75cba..2d1627b 100644 --- a/table_cell.go +++ b/table_cell.go @@ -17,7 +17,7 @@ func (tc *tableCell) writeByte(b byte) { } func (tc *tableCell) endWithLF() bool { - var l int = len(tc.content) + var l = len(tc.content) if l == 0 { return false } |
