[Groonga-commit] groonga/fluent-plugin-droonga at be4b1a2 [master] Follow coding rule

Back to archive index

Kosuke Asami null+****@clear*****
Thu Jul 11 16:45:22 JST 2013


Kosuke Asami	2013-07-11 16:45:22 +0900 (Thu, 11 Jul 2013)

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

  Message:
    Follow coding rule

  Modified files:
    lib/droonga/plugin/groonga/table_create.rb

  Modified: lib/droonga/plugin/groonga/table_create.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/groonga/table_create.rb    2013-07-11 16:35:18 +0900 (115e755)
+++ lib/droonga/plugin/groonga/table_create.rb    2013-07-11 16:45:22 +0900 (1799209)
@@ -25,7 +25,7 @@ module Droonga
         @context = context
       end
 
-      def header(return_code, error_message = "")
+      def header(return_code, error_message="")
         elapsed_time = Time.now.to_f - @start_time
         header = [return_code, @start_time, elapsed_time]
         header.push(error_message) unless error_message.empty?
-------------- next part --------------
HTML����������������������������...
Download 



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