Navigation Menu

Skip to content

Commit

Permalink
Remove a trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 13, 2017
1 parent 015a46c commit 6e0f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/client/request/select.rb
Expand Up @@ -82,7 +82,7 @@ def filter(expression_or_column_name=nil, values_or_value=nil)
if expression_or_column_name.nil? and values_or_value.nil?
return Filter.new(self)
end

if expression_or_column_name.is_a?(Symbol)
parameter = FilterEqualParameter.new(expression_or_column_name,
values_or_value)
Expand Down

0 comments on commit 6e0f4ad

Please sign in to comment.