Skip to content

Commit 07490b3

Browse files
committed
remove an unnecessary line
1 parent 22298df commit 07490b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/full_text_search/hooks/issue_query_any_searchable.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def sql_for_any_searchable_field(field, operator, value)
88
response = self.class.connection.select_value(
99
build_any_searchable_query(query, build_filter_condition)
1010
)
11-
1211
command = Groonga::Command.find("select").new("select", {})
1312
r = Groonga::Client::Response.parse(command, response)
1413
if r.success?

0 commit comments

Comments
 (0)