[Groonga-commit] groonga/fluent-plugin-droonga at 0f32611 [master] add: delete a needless temporary variable

Back to archive index

Kosuke Asami null+****@clear*****
Thu Jul 18 16:39:40 JST 2013


Kosuke Asami	2013-07-18 16:39:40 +0900 (Thu, 18 Jul 2013)

  New Revision: 0f3261118f496c28ea5099dd8741f4d1aedb7adb
  https://github.com/groonga/fluent-plugin-droonga/commit/0f3261118f496c28ea5099dd8741f4d1aedb7adb

  Message:
    add: delete a needless temporary variable

  Modified files:
    lib/droonga/plugin/handler_add.rb

  Modified: lib/droonga/plugin/handler_add.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_add.rb    2013-07-18 16:38:43 +0900 (ad00972)
+++ lib/droonga/plugin/handler_add.rb    2013-07-18 16:39:40 +0900 (783b70f)
@@ -37,7 +37,7 @@ module Droonga
       else
         table.add(request["key"], request["values"])
       end
-      outputs = [true]
+      [true]
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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