[Groonga-commit] droonga/droonga-engine at 8de910b [master] Add missing comma

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 15:24:43 JST 2015


YUKI Hiroshi	2015-04-14 15:24:43 +0900 (Tue, 14 Apr 2015)

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

  Message:
    Add missing comma

  Modified files:
    lib/droonga/distributed_command_planner.rb

  Modified: lib/droonga/distributed_command_planner.rb (+1 -1)
===================================================================
--- lib/droonga/distributed_command_planner.rb    2015-04-14 15:23:14 +0900 (6c557ed)
+++ lib/droonga/distributed_command_planner.rb    2015-04-14 15:24:43 +0900 (570c2f0)
@@ -75,7 +75,7 @@ module Droonga
         "body"    => options[:body] || @source_message["body"],
         "type"    => "broadcast",
         "outputs" => [],
-        "replica" => options[:replica] || "random"
+        "replica" => options[:replica] || "random",
         "post"    => options[:write] || false,
       }
     end
-------------- next part --------------
HTML����������������������������...
Download 



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