[Groonga-commit] droonga/http-benchmark at 3fcb18e [master] Remove unneccesary extra line break for each CSV row

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Oct 9 16:52:44 JST 2013


YUKI Hiroshi	2013-10-09 16:52:44 +0900 (Wed, 09 Oct 2013)

  New Revision: 3fcb18efe4e1983b21dbb889a7e4d1eebbefd2b7
  https://github.com/droonga/http-benchmark/commit/3fcb18efe4e1983b21dbb889a7e4d1eebbefd2b7

  Message:
    Remove unneccesary extra line break for each CSV row

  Modified files:
    lib/droonga/http-benchmark/gradual-runner.rb

  Modified: lib/droonga/http-benchmark/gradual-runner.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark/gradual-runner.rb    2013-10-09 16:50:03 +0900 (2bf39b5)
+++ lib/droonga/http-benchmark/gradual-runner.rb    2013-10-09 16:52:44 +0900 (34450ff)
@@ -59,7 +59,7 @@ module Droonga
         def to_csv
           ([csv_header] + csv_body).collect do |row|
             CSV.generate_line(row)
-          end.join("\n")
+          end.join("")
         end
 
         private
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index