Commit a267aa56 authored by Douwe Maan's avatar Douwe Maan

Remove trailing whitespace

parent 384c5e16
...@@ -295,7 +295,7 @@ class IssuableFinder ...@@ -295,7 +295,7 @@ class IssuableFinder
def use_cte_for_search? def use_cte_for_search?
strong_memoize(:use_cte_for_search) do strong_memoize(:use_cte_for_search) do
attempt_group_search_optimizations? && attempt_group_search_optimizations? &&
!use_subquery_for_search? && !use_subquery_for_search? &&
Feature.enabled?(:use_cte_for_group_issues_search, default_enabled: true) Feature.enabled?(:use_cte_for_group_issues_search, default_enabled: true)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment