[Groonga-commit] droonga/drntest at e53184f [master] Indent

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 17 22:48:22 JST 2013


Kouhei Sutou	2013-12-17 22:48:22 +0900 (Tue, 17 Dec 2013)

  New Revision: e53184f577d5965f0fa6f00cf553873244ea40e9
  https://github.com/droonga/drntest/commit/e53184f577d5965f0fa6f00cf553873244ea40e9

  Message:
    Indent

  Modified files:
    lib/drntest/test-executor.rb

  Modified: lib/drntest/test-executor.rb (+7 -7)
===================================================================
--- lib/drntest/test-executor.rb    2013-12-17 22:48:14 +0900 (939e10b)
+++ lib/drntest/test-executor.rb    2013-12-17 22:48:22 +0900 (d9c11cc)
@@ -47,15 +47,15 @@ module Drntest
               logging = false
             end
           else
-          if logging
-            response = client.connection.execute(operation)
-            actuals << normalize_response(operation, response)
-          else
-            requests << client.connection.execute(operation,
-                                                  :connect_timeout => 2) do
+            if logging
+              response = client.connection.execute(operation)
+              actuals << normalize_response(operation, response)
+            else
+              requests << client.connection.execute(operation,
+                                                    :connect_timeout => 2) do
+              end
             end
           end
-          end
         end
         requests.each do |request|
           request.wait
-------------- next part --------------
HTML����������������������������...
Download 



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