Skip to content

Commit

Permalink
fix: test opt
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 18, 2024
1 parent 33b8894 commit 9f68010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansi/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (e *TableElement) Render(w io.Writer, ctx RenderContext) error {
st = st.Margin(0, int(*m))
}
if row == 0 {
st = st.Bold(true).Width(20)
st = st.Bold(true)
}

switch e.table.Alignments[col] {
Expand Down

0 comments on commit 9f68010

Please sign in to comment.