null+****@clear*****
null+****@clear*****
2012年 6月 7日 (木) 16:22:21 JST
HAYASHI Kentaro 2012-06-07 16:22:21 +0900 (Thu, 07 Jun 2012)
New Revision: ac03ceddca20a7c344b71668d9accbf606e997cc
Log:
test: add a missing space
Modified files:
test/benchmark/geo-distance-summary.rb
Modified: test/benchmark/geo-distance-summary.rb (+1 -1)
===================================================================
--- test/benchmark/geo-distance-summary.rb 2012-06-07 15:59:39 +0900 (1f7e188)
+++ test/benchmark/geo-distance-summary.rb 2012-06-07 16:22:21 +0900 (0f859c5)
@@ -15,7 +15,7 @@ class BenchmarkSummary
def calc_total(data)
total = {}
@options[:count].times do |i|
- data[i+1].each do |key, value|
+ data[i + 1].each do |key, value|
if total[key]
total[key] = total[key] + value
else