[Groonga-commit] droonga/fluent-plugin-droonga at 9ad3399 [master] Remove needless garbage

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 12 16:06:25 JST 2014


YUKI Hiroshi	2014-02-12 16:06:25 +0900 (Wed, 12 Feb 2014)

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

  Message:
    Remove needless garbage

  Modified files:
    lib/droonga/catalog/base.rb

  Modified: lib/droonga/catalog/base.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/base.rb    2014-02-12 16:05:40 +0900 (6d2a970)
+++ lib/droonga/catalog/base.rb    2014-02-12 16:06:25 +0900 (2534a7f)
@@ -191,7 +191,7 @@ module Droonga
 
       def validate_positive_numeric_parameter(value, name)
         validate_parameter_type(Numeric, value, name)
-\        if value < 0
+        if value < 0
           raise NegativeNumber.new(name, value, @path)
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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