[Groonga-commit] droonga/fluent-plugin-droonga at cd74874 [master] test: fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 9 11:45:15 JST 2013


Kouhei Sutou	2013-10-09 11:45:15 +0900 (Wed, 09 Oct 2013)

  New Revision: cd74874cd6ffe6e2cb9d238b5bc96e8d385c58e9
  https://github.com/droonga/fluent-plugin-droonga/commit/cd74874cd6ffe6e2cb9d238b5bc96e8d385c58e9

  Message:
    test: fix indent

  Modified files:
    test/plugin/handler/test_handler_add.rb

  Modified: test/plugin/handler/test_handler_add.rb (+3 -3)
===================================================================
--- test/plugin/handler/test_handler_add.rb    2013-10-09 11:43:46 +0900 (046d2fb)
+++ test/plugin/handler/test_handler_add.rb    2013-10-09 11:45:15 +0900 (ba9521f)
@@ -57,8 +57,8 @@ class AddHandlerTest < Test::Unit::TestCase
     def setup_schema
       Groonga::Schema.define do |schema|
         schema.create_table("Users",
-          :type => :hash,
-          :key_type => :short_text) do |table|
+                            :type => :hash,
+                            :key_type => :short_text) do |table|
           table.short_text("country")
         end
       end
@@ -91,7 +91,7 @@ class AddHandlerTest < Test::Unit::TestCase
     def setup_schema
       Groonga::Schema.define do |schema|
         schema.create_table("Books",
-          :type => :array) do |table|
+                            :type => :array) do |table|
           table.short_text("title")
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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