Skip to content

Commit

Permalink
chore: fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed May 28, 2023
1 parent 5bdfbb7 commit e18460e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/cli/ports.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,12 @@ func genPortsCommand() *cli.Command {
table.SetHeader([]string{"Port", "Service"})
table.SetAutoFormatHeaders(true)
table.SetAlignment(tablewriter.ALIGN_LEFT)

table.SetHeaderColor(tablewriter.Colors{tablewriter.Bold},
tablewriter.Colors{tablewriter.Bold})

table.SetColumnColor(tablewriter.Colors{tablewriter.Bold, tablewriter.FgGreenColor},
tablewriter.Colors{tablewriter.Bold, tablewriter.FgCyanColor})

table.AppendBulk(data)
table.Render()

fmt.Println()

return nil
Expand Down

0 comments on commit e18460e

Please sign in to comment.