Skip to content

Commit b3b09c6

Browse files
committed
fix indent in script configure_feature_flags.rb
1 parent dabfd42 commit b3b09c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/scripts/configure_feature_flags.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def available_feature_flags()
2121
feature_flag_yamls.concat(Dir.glob("#{Gitlab.root}/ee/config/feature_flags/**/*.yml"))
2222
end if
2323

24-
list = feature_flag_yamls.map { |p| File.basename(p, File.extname(p)) }
24+
list = feature_flag_yamls.map { |p| File.basename(p, File.extname(p)) }
2525
list
2626
end
2727

0 commit comments

Comments
 (0)