diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 04:05:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 04:05:42 +0000 |
commit | 007f634a20c7b5289a7010d366571bb49318f979 (patch) | |
tree | 088fa280e585a15af7758c76e9334bdbee9b921b /lib | |
parent | b3c743b3bae4fbcc92ba3ae7c78e3d9473dfe136 (diff) | |
download | redmine-007f634a20c7b5289a7010d366571bb49318f979.tar.gz redmine-007f634a20c7b5289a7010d366571bb49318f979.zip |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/scm/base.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |