Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 3847f880be0..cee6f633e78 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -348,7 +348,7 @@ module Feature
end
def gate_specified?
- %i(user project group feature_group namespace repository).any? { |key| params.key?(key) }
+ %i[user project group feature_group namespace repository].any? { |key| params.key?(key) }
end
def targets