diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/bench.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb index 10308ce..38f8a19 100644 --- a/bench/bench.rb +++ b/bench/bench.rb @@ -79,7 +79,7 @@ Benchmark.bm(20) do |bm| time = bm.report('CodeRay') do options = { :tab_width => 2, - :line_numbers => :list, + :line_numbers => :table, :line_numbers_offset => Offset, :bold_every => BoldEvery, :wrap => :page, |