[Groonga-commit] droonga/droonga-client-ruby at 4f270f3 [master] Unindent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 17 18:14:51 JST 2014


Kouhei Sutou	2014-01-17 18:14:51 +0900 (Fri, 17 Jan 2014)

  New Revision: 4f270f3c713ca86e3672d308cf0ac77b47e3b679
  https://github.com/droonga/droonga-client-ruby/commit/4f270f3c713ca86e3672d308cf0ac77b47e3b679

  Message:
    Unindent

  Modified files:
    lib/droonga/client.rb

  Modified: lib/droonga/client.rb (+6 -6)
===================================================================
--- lib/droonga/client.rb    2014-01-17 18:14:26 +0900 (0ca4223)
+++ lib/droonga/client.rb    2014-01-17 18:14:51 +0900 (a5cc661)
@@ -73,12 +73,12 @@ module Droonga
 
     def search(body, options={}, &block)
       request({
-                    "id"   => Time.now.to_f.to_s,
-                    "date" => Time.now,
-                    "type" => "search",
-                    "body" => body,
-                  },
-                  &block)
+                "id"   => Time.now.to_f.to_s,
+                "date" => Time.now,
+                "type" => "search",
+                "body" => body,
+              },
+              &block)
     end
 
     # Close the connection used by the client. You can't send any
-------------- next part --------------
HTML����������������������������...
下载 



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