[Groonga-commit] groonga/fluent-plugin-groonga at 5e42013 [master] Add empty line for each parameter block

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 5 14:52:49 JST 2014


Kouhei Sutou	2014-11-05 14:52:49 +0900 (Wed, 05 Nov 2014)

  New Revision: 5e42013ea3558e7db8d261891e3a641f79170f61
  https://github.com/groonga/fluent-plugin-groonga/commit/5e42013ea3558e7db8d261891e3a641f79170f61

  Message:
    Add empty line for each parameter block

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+2 -0)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2014-11-05 14:52:29 +0900 (75729ac)
+++ lib/fluent/plugin/out_groonga.rb    2014-11-05 14:52:49 +0900 (604661a)
@@ -37,8 +37,10 @@ module Fluent
         raise ConfigError, "must be http, gqtp or command: <#{value}>"
       end
     end
+
     # alias is just for backward compatibility
     config_param :store_table, :string, :default => nil, :alias => :table
+
     config_section :table,
                    :param_name => "tables",
                    :required => false,
-------------- next part --------------
HTML����������������������������...
Télécharger 



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