[Groonga-commit] droonga/drnbench at 4c01a6c [master] Remove garbage "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 10 18:31:53 JST 2013


Kouhei Sutou	2013-10-10 18:31:53 +0900 (Thu, 10 Oct 2013)

  New Revision: 4c01a6c298133321cf177a69e24531afe93172e0
  https://github.com/droonga/drnbench/commit/4c01a6c298133321cf177a69e24531afe93172e0

  Message:
    Remove garbage ";"

  Modified files:
    lib/droonga/benchmark/runner.rb

  Modified: lib/droonga/benchmark/runner.rb (+1 -1)
===================================================================
--- lib/droonga/benchmark/runner.rb    2013-10-10 15:19:25 +0900 (d950467)
+++ lib/droonga/benchmark/runner.rb    2013-10-10 18:31:53 +0900 (3fe68da)
@@ -27,7 +27,7 @@ module Droonga
 
         params[:host] ||= DEFAULT_HOST
         params[:port] ||= DEFAULT_PORT
-        params[:wait] ||= DEFAULT_WAIT;
+        params[:wait] ||= DEFAULT_WAIT
         params[:wait] = [params[:wait], MIN_WAIT].max
 
         @params = params
-------------- next part --------------
HTML����������������������������...
Download 



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