Skip to content

Commit 70ff1a9

Browse files
committed
Fix table formatting bug
1 parent 2161352 commit 70ff1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ PrettyTables.pretty_table(
9999
table_matrix;
100100
header=header,
101101
tf=PrettyTables.tf_markdown,
102-
formatters=ft_printf("%.1f", [5, 6]),
102+
formatters=ft_printf("%.1f", [6, 7]),
103103
)

0 commit comments

Comments
 (0)