Kouhei Sutou
null+****@clear*****
Fri Mar 14 17:12:42 JST 2014
Kouhei Sutou 2014-03-14 17:12:42 +0900 (Fri, 14 Mar 2014) New Revision: 36a323c2f0e2122ebcf3222b61d64239314bfbf4 https://github.com/droonga/fluent-plugin-droonga/commit/36a323c2f0e2122ebcf3222b61d64239314bfbf4 Message: Fix indent Modified files: test/unit/catalog/test_schema.rb Modified: test/unit/catalog/test_schema.rb (+4 -4) =================================================================== --- test/unit/catalog/test_schema.rb 2014-03-14 17:10:20 +0900 (864f9df) +++ test/unit/catalog/test_schema.rb 2014-03-14 17:12:42 +0900 (3c32925) @@ -241,10 +241,10 @@ class CatalogSchemaTest < Test::Unit::TestCase "type" => "ShortText" }, create_column("column_name", - { - "type" => "Scalar", - "valueType" => "ShortText" - }).to_column_create_body) + { + "type" => "Scalar", + "valueType" => "ShortText" + }).to_column_create_body) end end -------------- next part -------------- HTML����������������������������...Download