[Groonga-commit] droonga/droonga-client-ruby at 79d987b [master] Fix indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu May 7 16:49:28 JST 2015


YUKI Hiroshi	2015-05-07 16:49:28 +0900 (Thu, 07 May 2015)

  New Revision: 79d987bdc567e886750c4150d85da63338b634c8
  https://github.com/droonga/droonga-client-ruby/commit/79d987bdc567e886750c4150d85da63338b634c8

  Message:
    Fix indent

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

  Modified: lib/droonga/client/connection/http.rb (+8 -8)
===================================================================
--- lib/droonga/client/connection/http.rb    2015-05-07 16:48:49 +0900 (c82cb26)
+++ lib/droonga/client/connection/http.rb    2015-05-07 16:49:28 +0900 (862cdae)
@@ -87,16 +87,16 @@ module Droonga
             end
           else
             catch do |tag|
-            thread = Thread.new do
-              send(message, options) do |response|
-                begin
-                yield(response.body)
-                rescue LocalJumpError
-                  throw(tag)
+              thread = Thread.new do
+                send(message, options) do |response|
+                  begin
+                    yield(response.body)
+                  rescue LocalJumpError
+                    throw(tag)
+                  end
                 end
               end
-            end
-            Request.new(thread)
+              Request.new(thread)
             end
           end
         end
-------------- next part --------------
HTML����������������������������...
다운로드 



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