[Groonga-commit] droonga/fluent-plugin-droonga at ee66c08 [master] Add trailing comma for the last element of a hash

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 24 13:21:35 JST 2014


YUKI Hiroshi	2014-01-24 13:21:35 +0900 (Fri, 24 Jan 2014)

  New Revision: ee66c080d650c4adfa7d1e1088d961407e214d82
  https://github.com/droonga/fluent-plugin-droonga/commit/ee66c080d650c4adfa7d1e1088d961407e214d82

  Message:
    Add trailing comma for the last element of a hash

  Modified files:
    lib/droonga/plugin/handler/add.rb

  Modified: lib/droonga/plugin/handler/add.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler/add.rb    2014-01-24 13:18:04 +0900 (0b774c5)
+++ lib/droonga/plugin/handler/add.rb    2014-01-24 13:21:35 +0900 (662b9b7)
@@ -61,7 +61,7 @@ module Droonga
     def add(message, messenger)
       succeeded = process_add(message.request)
       outputs = {
-        "success" => succeeded
+        "success" => succeeded,
       }
       messenger.emit(outputs)
     end
-------------- next part --------------
HTML����������������������������...
下載 



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