summaryrefslogtreecommitdiff
path: root/benchmark/other-lang/loop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/other-lang/loop.rb')
-rw-r--r--benchmark/other-lang/loop.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/other-lang/loop.rb b/benchmark/other-lang/loop.rb
index d43cef61f3..b367b9dbf3 100644
--- a/benchmark/other-lang/loop.rb
+++ b/benchmark/other-lang/loop.rb
@@ -1,4 +1,4 @@
-i=0
+i = 0
while i<30000000
- i+=1
+ i += 1
end