[Groonga-commit] ranguba/groonga-client at 749d2e4 [master] test: fold a long line

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 6 22:59:23 JST 2016


Kouhei Sutou	2016-02-06 22:59:23 +0900 (Sat, 06 Feb 2016)

  New Revision: 749d2e40d0399e0d12259967c5483e30915845c2
  https://github.com/ranguba/groonga-client/commit/749d2e40d0399e0d12259967c5483e30915845c2

  Message:
    test: fold a long line

  Modified files:
    test/test-client.rb

  Modified: test/test-client.rb (+7 -1)
===================================================================
--- test/test-client.rb    2016-02-06 22:58:35 +0900 (a5ac114)
+++ test/test-client.rb    2016-02-06 22:59:23 +0900 (ad0df2c)
@@ -50,7 +50,13 @@ class TestClient < Test::Unit::TestCase
     end
 
     def open_client(&block)
-      options = {:host => @address, :port => @port, :protocol => @protocol, :user => @user, :password => @password}
+      options = {
+        :host => @address,
+        :port => @port,
+        :protocol => @protocol,
+        :user => @user,
+        :password => @password,
+      }
       Groonga::Client.open(options, &block)
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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