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 20:51:02 +0300
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 17:55:01 +0300
commit4025c7f099c6ad4de832567443dce4e39d543e76 (patch)
tree6250e59ed228f9882a673a3672bd4b95d7e66060 /app/services/files
parent4deab9a5406cadcdb16870f81dea1a6f41787af3 (diff)
fixes more issues for MR acceptance
Diffstat (limited to 'app/services/files')
-rw-r--r--app/services/files/update_service.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb
index aaac3da9355..8d2b5083179 100644
--- a/app/services/files/update_service.rb
+++ b/app/services/files/update_service.rb
@@ -7,8 +7,6 @@ module Files
branch: @target_branch,
previous_path: @previous_path,
message: @commit_message)
-
-
end
end
end