summaryrefslogtreecommitdiff
path: root/bench/bench.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench.rb')
-rw-r--r--bench/bench.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb
index 5acaf46..533a893 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 => :table,
+ :line_numbers => :inline,
:line_numbers_offset => Offset,
:bold_every => BoldEvery,
:wrap => :page,