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:
authorMartin Cabrera <martin@kisland.com>2017-01-17 01:17:24 +0300
committerMartin Cabrera <martin@kisland.com>2017-01-17 01:17:24 +0300
commit856003cfea894b56784f0fea4ee64655e6c16f06 (patch)
tree131084d20668cc836e522774f9bb7f7f83d7c0f3 /app/controllers/projects/compare_controller.rb
parentfe4c2b8b75ca109fe76db34dd56b70d57721fab9 (diff)
refactor rubocop suggestion
Diffstat (limited to 'app/controllers/projects/compare_controller.rb')
-rw-r--r--app/controllers/projects/compare_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/compare_controller.rb b/app/controllers/projects/compare_controller.rb
index 2ab381f6850..d32966645c8 100644
--- a/app/controllers/projects/compare_controller.rb
+++ b/app/controllers/projects/compare_controller.rb
@@ -65,4 +65,4 @@ class Projects::CompareController < Projects::ApplicationController
@merge_request ||= MergeRequestsFinder.new(current_user, project_id: @project.id).execute.opened.
find_by(source_project: @project, source_branch: @head_ref, target_branch: @start_ref)
end
-end \ No newline at end of file
+end