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:
authorDouwe Maan <douwe@selenight.nl>2017-02-24 20:43:58 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-24 20:43:58 +0300
commit38a7a5f4bc80265ba84bd49e951becfa54745518 (patch)
tree3ab178b37032af25f56e1a649e1c2bb06d56f239 /app/services/files
parent3d880d9350e4c9e590a83f84b6a5645873800df8 (diff)
Add newline
Diffstat (limited to 'app/services/files')
-rw-r--r--app/services/files/multi_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/files/multi_service.rb b/app/services/files/multi_service.rb
index 93f77f29aff..ba99af00e96 100644
--- a/app/services/files/multi_service.rb
+++ b/app/services/files/multi_service.rb
@@ -21,6 +21,7 @@ module Files
def validate
super
+
params[:actions].each_with_index do |action, index|
if ACTIONS.include?(action[:action].to_s)
action[:action] = action[:action].to_sym