summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-10 23:30:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-10 23:30:39 +0000
commit901ba06ba6e422db74787f4b80f75cbdd76dc0db (patch)
tree56b8bd6fecaccc1845619656f117b02c9186626a /benchmark
parent3f710785f0508d93795b316b78dc24987cf47370 (diff)
properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bm_loop_for.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/bm_loop_for.rb b/benchmark/bm_loop_for.rb
index 398f6ff611..0fc4cc1511 100644
--- a/benchmark/bm_loop_for.rb
+++ b/benchmark/bm_loop_for.rb
@@ -1,3 +1,3 @@
-for i in 1..30_000_000
- #
-end
+for i in 1..30_000_000
+ #
+end