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 e01b64a commit 6b15c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/expression-builder.rb
Expand Up @@ -177,7 +177,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 6b15c01

Please sign in to comment.