[Groonga-commit] ranguba/groonga-client at 340d724 [master] Untabify

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 13 13:18:36 JST 2017


Kouhei Sutou	2017-04-13 13:18:36 +0900 (Thu, 13 Apr 2017)

  New Revision: 340d724520eaebcabbac630fbe83f81da39d2561
  https://github.com/ranguba/groonga-client/commit/340d724520eaebcabbac630fbe83f81da39d2561

  Message:
    Untabify

  Modified files:
    lib/groonga/client/request/select.rb

  Modified: lib/groonga/client/request/select.rb (+3 -3)
===================================================================
--- lib/groonga/client/request/select.rb    2017-04-13 13:18:07 +0900 (f97a2ed)
+++ lib/groonga/client/request/select.rb    2017-04-13 13:18:36 +0900 (8c6dc1a)
@@ -449,8 +449,8 @@ module Groonga
         class FilterInValuesParameters
           include ScriptSyntaxValueEscapable
           def initialize(column_name, *values)
-	    @column_name = column_name
-	    @values = values
+            @column_name = column_name
+            @values = values
           end
 
           def to_parameters
@@ -459,7 +459,7 @@ module Groonga
               escaped_values << escape_script_syntax_value(value)
             }
             {
-	      filter: "in_values(#{@column_name}, #{escaped_values.join(", ")})",
+              filter: "in_values(#{@column_name}, #{escaped_values.join(", ")})",
             }
           end
         end
-------------- next part --------------
HTML����������������������������...
下载 



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