Skip to content

Commit

Permalink
Removed headers from CSV to fix #31
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfeidau committed May 12, 2016
1 parent fb5be76 commit 2e4d046
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ func (tw *TableWriter) Render() error {
case TableFormatCSV:
w := csv.NewWriter(tw.wr)

if err := w.Write(tw.headers); err != nil {
return err
}

for _, r := range tw.rows {
if err := w.Write(r); err != nil {
return err
Expand Down

0 comments on commit 2e4d046

Please sign in to comment.