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:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-06 13:25:45 +0300
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 17:53:44 +0300
commit66c9a2db629e034db72aba939d71ca57be2984d7 (patch)
treeafe2e994ecab800e195bb25abf357beb42e6f289 /app/services/files
parent3beb55c659bc4f24c1cd34ed1b56925d528e7256 (diff)
refactors to pass values as arguments through options
Diffstat (limited to 'app/services/files')
-rw-r--r--app/services/files/update_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb
index c2af9b855b1..aaac3da9355 100644
--- a/app/services/files/update_service.rb
+++ b/app/services/files/update_service.rb
@@ -8,6 +8,7 @@ module Files
previous_path: @previous_path,
message: @commit_message)
+
end
end
end