aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_so_exception.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_so_exception.rb')
-rw-r--r--benchmark/bm_so_exception.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_so_exception.rb b/benchmark/bm_so_exception.rb
index d8b461290c..deb003a594 100644
--- a/benchmark/bm_so_exception.rb
+++ b/benchmark/bm_so_exception.rb
@@ -56,6 +56,6 @@ end
i = 1
max = NUM+1
while i < max
- i+=1
+ i += 1
some_function(i+1)
end