summaryrefslogtreecommitdiff
path: root/benchmark/bm_so_concatenate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_so_concatenate.rb')
-rw-r--r--benchmark/bm_so_concatenate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_so_concatenate.rb b/benchmark/bm_so_concatenate.rb
index 56b9410632..db19990d15 100644
--- a/benchmark/bm_so_concatenate.rb
+++ b/benchmark/bm_so_concatenate.rb
@@ -5,7 +5,7 @@
# based on code from Aristarkh A Zagorodnikov and Dat Nguyen
STUFF = "hello\n"
-i=0
+i = 0
while i<10
i+=1
hello = ''