[Groonga-commit] droonga/droonga-engine at 5252a2e [master] Fix syntax error: Remove too many ")"

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Fri Jun 27 16:03:16 JST 2014


YUKI Hiroshi	2014-06-27 16:03:16 +0900 (Fri, 27 Jun 2014)

  New Revision: 5252a2e0300649f306ca9ab986e4d8709e14d9d4
  https://github.com/droonga/droonga-engine/commit/5252a2e0300649f306ca9ab986e4d8709e14d9d4

  Message:
    Fix syntax error: Remove too many ")"

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2014-06-27 15:56:56 +0900 (63afac5)
+++ lib/droonga/forwarder.rb    2014-06-27 16:03:16 +0900 (bda4bff)
@@ -75,7 +75,7 @@ module Droonga
     private
     def output(receiver, message, command, arguments, options={})
       logger.trace("output: start")
-      if not receiver.is_a?(String) or not command.is_a?(String))
+      if not receiver.is_a?(String) or not command.is_a?(String)
         logger.trace("output: abort: invalid argument",
                      :receiver => receiver,
                      :command  => command)
-------------- next part --------------
HTML����������������������������...
Download 



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