aboutsummaryrefslogtreecommitdiff
path: root/table_cell.go
diff options
context:
space:
mode:
Diffstat (limited to 'table_cell.go')
-rw-r--r--table_cell.go2
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
}