From 856003cfea894b56784f0fea4ee64655e6c16f06 Mon Sep 17 00:00:00 2001 From: Martin Cabrera Date: Mon, 16 Jan 2017 23:17:24 +0100 Subject: refactor rubocop suggestion --- app/controllers/projects/compare_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1