[Groonga-commit] droonga/droonga-engine at e0247eb [master] dump: align

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 16 18:03:34 JST 2014


Kouhei Sutou	2014-05-16 18:03:34 +0900 (Fri, 16 May 2014)

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

  Message:
    dump: align

  Modified files:
    lib/droonga/plugins/dump.rb

  Modified: lib/droonga/plugins/dump.rb (+2 -2)
===================================================================
--- lib/droonga/plugins/dump.rb    2014-05-15 17:53:11 +0900 (e6bcf59)
+++ lib/droonga/plugins/dump.rb    2014-05-16 18:03:34 +0900 (9c7654f)
@@ -131,8 +131,8 @@ module Droonga
                 values[key] = value unless key.start_with?("_")
               end
               body = {
-                "table" => table.name,
-                "key" => record.key,
+                "table"  => table.name,
+                "key"    => record.key,
                 "values" => values,
               }
               forward("dump.record", body)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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