Navigation Menu

Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Apr 8, 2015
1 parent e2776a0 commit 2d18e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/expression-builder.rb
Expand Up @@ -178,7 +178,7 @@ def =~(other)
if other.is_a?(Regexp)
RegexpExpressionBuilder.new(self, normalize(other.source))
else
MatchExpressionBuilder.new(self, normalize(other))
MatchExpressionBuilder.new(self, normalize(other))
end
end

Expand Down

0 comments on commit 2d18e2c

Please sign in to comment.