diff --git a/index.go b/index.go index 7b62ec7..db9825c 100644 --- a/index.go +++ b/index.go @@ -166,9 +166,7 @@ func (a *App) TextDesc(w io.Writer) { left = left[last+1:] colsUsed = 0 } - if firstLine { - firstLine = false - } else { + if !firstLine { fmt.Fprint(w, linePrefix) } fmt.Fprint(w, left)