[Groonga-commit] droonga/droonga-client-ruby at 111f71e [master] Fix indents

Back to archive index

Yoji Shidara null+****@clear*****
Wed Sep 11 15:33:03 JST 2013


Yoji Shidara	2013-09-11 15:33:03 +0900 (Wed, 11 Sep 2013)

  New Revision: 111f71e40a3fed1b73919f74652193c6d99c7b49
  https://github.com/droonga/droonga-client-ruby/commit/111f71e40a3fed1b73919f74652193c6d99c7b49

  Message:
    Fix indents

  Modified files:
    lib/droonga/client/connection/droonga_protocol.rb

  Modified: lib/droonga/client/connection/droonga_protocol.rb (+5 -5)
===================================================================
--- lib/droonga/client/connection/droonga_protocol.rb    2013-09-11 15:29:28 +0900 (ed7e743)
+++ lib/droonga/client/connection/droonga_protocol.rb    2013-09-11 15:33:03 +0900 (27b91c8)
@@ -34,11 +34,11 @@ module Droonga
 
         def search(body)
           envelope = {
-          "id"         => Time.now.to_f.to_s,
-          "date"       => Time.now,
-          "statusCode" => 200,
-          "type"       => "search",
-          "body"       => body,
+            "id"         => Time.now.to_f.to_s,
+            "date"       => Time.now,
+            "statusCode" => 200,
+            "type"       => "search",
+            "body"       => body,
           }
           send_receive(envelope)
         end
-------------- next part --------------
HTML����������������������������...
Download 



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