Skip to content

Commit

Permalink
tmp fix column not padding
Browse files Browse the repository at this point in the history
  • Loading branch information
alwqx committed Oct 10, 2024
1 parent d874cb9 commit 7db4e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/quote/quote.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func printQuote(quotes []*sina.SecurityQuote) {
table.SetAlignment(tablewriter.ALIGN_LEFT)
table.SetHeaderLine(false)
table.SetBorder(false)
table.SetNoWhiteSpace(true)
table.SetNoWhiteSpace(false)
table.SetTablePadding("\t")
// table.AppendBulk(data)
table.Render()
Expand Down

0 comments on commit 7db4e94

Please sign in to comment.