Skip to content

Commit

Permalink
Remove whitespace prefix (kyma-project#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored Jul 10, 2024
1 parent b3e9916 commit 855f396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/communitymodules/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@ func setTable(inTable [][]string) *tablewriter.Table {
table.SetHeaderAlignment(tablewriter.ALIGN_LEFT)
table.SetColumnAlignment([]int{tablewriter.ALIGN_LEFT, tablewriter.ALIGN_LEFT, tablewriter.ALIGN_LEFT, tablewriter.ALIGN_LEFT})
table.SetBorder(false)
table.SetTablePadding("\t")
table.SetNoWhiteSpace(true)
return table
}

0 comments on commit 855f396

Please sign in to comment.