Skip to content

Commit

Permalink
remove table.SetHeaderColor codes (#709)
Browse files Browse the repository at this point in the history
table.SetHeaderColor does not need in case of formatFullPlainText().
  • Loading branch information
shigechika authored and kotakanbe committed Sep 25, 2018
1 parent 6090a34 commit de7a615
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions report/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@ No CVE-IDs are found in updatable packages.
"",
})
table.SetBorder(true)
table.SetHeaderColor(
tablewriter.Colors{tablewriter.Normal},
tablewriter.Colors{tablewriter.Normal},
)
table.AppendBulk(data)
table.Render()
lines += b.String() + "\n"
Expand Down

0 comments on commit de7a615

Please sign in to comment.