[Groonga-commit] droonga/droonga-engine at f3a5555 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 12 09:38:49 JST 2014


Kouhei Sutou	2014-05-12 09:38:49 +0900 (Mon, 12 May 2014)

  New Revision: f3a5555fb4762e330358ce9610bee70980edc54c
  https://github.com/droonga/droonga-engine/commit/f3a5555fb4762e330358ce9610bee70980edc54c

  Message:
    Fix indent

  Modified files:
    test/unit/catalog/test_dataset.rb

  Modified: test/unit/catalog/test_dataset.rb (+2 -2)
===================================================================
--- test/unit/catalog/test_dataset.rb    2014-05-09 19:02:41 +0900 (74f5684)
+++ test/unit/catalog/test_dataset.rb    2014-05-12 09:38:49 +0900 (40ddbab)
@@ -106,7 +106,7 @@ class CatalogDatasetTest < Test::Unit::TestCase
     def test_all_nodes
       data = {
         "replicas" => [
-         {
+          {
             "dimension" =>"_key",
             "slicer" =>"hash",
             "slices" =>[
@@ -116,7 +116,7 @@ class CatalogDatasetTest < Test::Unit::TestCase
               { "volume" =>{ "address" =>"127.0.0.1:23005/droonga.003" } },
             ],
           },
-         {
+          {
             "dimension" =>"_key",
             "slicer" =>"hash",
             "slices" =>[
-------------- next part --------------
HTML����������������������������...
Download 



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