[Groonga-commit] ranguba/rroonga at 6b15c01 [add-regexp-expression-builder] Indent

Back to archive index

Masafumi Yokoyama null+****@clear*****
Wed Apr 8 12:19:36 JST 2015


Masafumi Yokoyama	2015-04-08 12:19:36 +0900 (Wed, 08 Apr 2015)

  New Revision: 6b15c01ea9b4faa052d76ad0a46b8e7795317f54
  https://github.com/ranguba/rroonga/commit/6b15c01ea9b4faa052d76ad0a46b8e7795317f54

  Message:
    Indent

  Modified files:
    lib/groonga/expression-builder.rb

  Modified: lib/groonga/expression-builder.rb (+1 -1)
===================================================================
--- lib/groonga/expression-builder.rb    2015-04-08 12:17:20 +0900 (5015223)
+++ lib/groonga/expression-builder.rb    2015-04-08 12:19:36 +0900 (5c5c3d7)
@@ -177,7 +177,7 @@ module Groonga
         if other.is_a?(Regexp)
           RegexpExpressionBuilder.new(self, normalize(other.source))
         else
-        MatchExpressionBuilder.new(self, normalize(other))
+          MatchExpressionBuilder.new(self, normalize(other))
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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