From ff2713a57046bd08764ad391d7f34bd27f787610 Mon Sep 17 00:00:00 2001 From: James Edwards-Jones Date: Mon, 3 Apr 2017 22:04:37 +0100 Subject: Fix typos in ProtectedRef concern and whitespace detected by rubocop --- app/controllers/projects/protected_branches_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/projects/protected_branches_controller.rb') diff --git a/app/controllers/projects/protected_branches_controller.rb b/app/controllers/projects/protected_branches_controller.rb index a245a60910e..c2a55c9500a 100644 --- a/app/controllers/projects/protected_branches_controller.rb +++ b/app/controllers/projects/protected_branches_controller.rb @@ -1,5 +1,4 @@ class Projects::ProtectedBranchesController < Projects::ProtectedRefsController - protected def protected_ref -- cgit v1.2.3