remove table.SetHeaderColor codes (#709)
table.SetHeaderColor does not need in case of formatFullPlainText().
This commit is contained in:
		
				
					committed by
					
						
						Kota Kanbe
					
				
			
			
				
	
			
			
			
						parent
						
							6090a34037
						
					
				
				
					commit
					de7a6159d4
				
			@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user