summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Cabrera <martin@kisland.com>2017-01-16 23:17:24 +0100
committerMartin Cabrera <martin@kisland.com>2017-01-16 23:17:24 +0100
commit856003cfea894b56784f0fea4ee64655e6c16f06 (patch)
tree131084d20668cc836e522774f9bb7f7f83d7c0f3
parentfe4c2b8b75ca109fe76db34dd56b70d57721fab9 (diff)
downloadgitlab-ce-856003cfea894b56784f0fea4ee64655e6c16f06.tar.gz
refactor rubocop suggestion
-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