lib/benchmark_driver/output/markdown.rb in benchmark_driver-0.15.9 vs lib/benchmark_driver/output/markdown.rb in benchmark_driver-0.15.10

- old
+ new

@@ -33,10 +33,10 @@ $stdout.puts('|') # Show header separator $stdout.print("|:#{'-' * (@name_length - 1)}--") @context_names.each do |context_name| - $stdout.print("|:#{'-' * (NAME_LENGTH - 1)}") # same size as humanize + $stdout.print("|#{'-' * (NAME_LENGTH - 1)}:") # same size as humanize end $stdout.puts('|') block.call end