[Groonga-commit] groonga/fluent-plugin-groonga at ace04a3 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 3 16:34:49 JST 2016


Kouhei Sutou	2016-10-03 16:34:49 +0900 (Mon, 03 Oct 2016)

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

  Message:
    Fix indent

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

  Modified: lib/fluent/plugin/in_groonga.rb (+3 -3)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2016-10-03 16:34:29 +0900 (fea3e0a)
+++ lib/fluent/plugin/in_groonga.rb    2016-10-03 16:34:49 +0900 (cb79e0d)
@@ -390,9 +390,9 @@ module Fluent
               response = JSON.parse(@body)
             rescue JSON::ParserError
               $log.warn("[input][groonga][response][warn] " +
-                         "failed to parse response JSON:",
-                         :error => "#{$!.class}: #{$!}",
-                         :json => @body)
+                        "failed to parse response JSON:",
+                        :error => "#{$!.class}: #{$!}",
+                        :json => @body)
             end
           when /\Aapplication\/x-msgpack\z/i
             begin
-------------- next part --------------
HTML����������������������������...
Download 



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