From 007f634a20c7b5289a7010d366571bb49318f979 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 04:05:42 +0000 Subject: [PATCH] cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/base.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19116 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/scm/base.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/redmine/scm/base.rb b/lib/redmine/scm/base.rb index e9dc54358..1a3fabf61 100644 --- a/lib/redmine/scm/base.rb +++ b/lib/redmine/scm/base.rb @@ -4,7 +4,6 @@ module Redmine module Scm class Base class << self - def all @scms || [] end -- 2.39.5