]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/adapters...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 04:05:52 +0000 (04:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 04:05:52 +0000 (04:05 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19117 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/abstract_adapter.rb

index 14f8f09c46b13e0e3609523dc0266f6746222daa..83ac5ab49214e76b41f8d4f40c79beea528eba79 100644 (file)
@@ -31,7 +31,6 @@ module Redmine
         class ScmCommandAborted < ::Redmine::Scm::Adapters::CommandFailed; end
 
         class << self
-
           def client_command
             ""
           end
@@ -68,7 +67,6 @@ module Redmine
           def client_available
             true
           end
-
         end
 
         def initialize(url, root_url=nil, login=nil, password=nil,