[Groonga-commit] droonga/droonga-engine at 18c0e16 [master] Make hash definition mor ehuman readable

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 6 20:05:00 JST 2015


YUKI Hiroshi	2015-04-06 20:05:00 +0900 (Mon, 06 Apr 2015)

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

  Message:
    Make hash definition mor ehuman readable

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+4 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2015-04-06 19:45:54 +0900 (1cc2808)
+++ lib/droonga/dispatcher.rb    2015-04-06 20:05:00 +0900 (f8ac086)
@@ -241,7 +241,10 @@ module Droonga
         end
       end
 
-      dispatch_message = { "id" => id, "steps" => steps }
+      dispatch_message = {
+        "id"    => id,
+        "steps" => steps,
+      }
       destinations.uniq.each do |destination|
         dispatch(dispatch_message, destination)
       end
-------------- next part --------------
HTML����������������������������...
Download 



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