[Groonga-commit] droonga/http-benchmark at b7fa7d6 [master] Remove unneccesary ", " at end of lines

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 18:33:40 JST 2013


YUKI Hiroshi	2013-10-07 18:33:40 +0900 (Mon, 07 Oct 2013)

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

  Message:
    Remove unneccesary "," at end of lines

  Modified files:
    lib/droonga/http-benchmark/formatter.rb

  Modified: lib/droonga/http-benchmark/formatter.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark/formatter.rb    2013-10-07 18:32:08 +0900 (9bbdaad)
+++ lib/droonga/http-benchmark/formatter.rb    2013-10-07 18:33:40 +0900 (eca44d4)
@@ -42,7 +42,7 @@ module Droonga
                    "#{response_statuses.join(",")}," +
                    "#{result[:min_elapsed_time]}," +
                    "#{result[:max_elapsed_time]}," +
-                   "#{result[:average_elapsed_time]},"
+                   "#{result[:average_elapsed_time]}"
           end
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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