remove table.SetHeaderColor codes (#709)

table.SetHeaderColor does not need in case of formatFullPlainText().
This commit is contained in:
Shigechika AIKAWA
2018-09-25 10:31:22 +09:00
committed by Kota Kanbe
parent 6090a34037
commit de7a6159d4

View File

@@ -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"