[Groonga-commit] droonga/fluent-plugin-droonga at b66e75e [master] Use double quote (") for string literals

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 14:53:21 JST 2013


YUKI Hiroshi	2013-12-26 14:53:21 +0900 (Thu, 26 Dec 2013)

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

  Message:
    Use double quote (") for string literals

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

  Modified: lib/fluent/plugin/out_droonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_droonga.rb    2013-12-26 14:52:03 +0900 (156e392)
+++ lib/fluent/plugin/out_droonga.rb    2013-12-26 14:53:21 +0900 (6ba3c99)
@@ -51,7 +51,7 @@ module Fluent
 
     def parse_record(tag, record)
       prefix, type, *arguments = tag.split(/\./)
-      if type.nil? || type.empty? || type == 'message'
+      if type.nil? || type.empty? || type == "message"
         message = record
       else
         message = {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index