]> 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:06:03 +0000 (04:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 04:06:03 +0000 (04:06 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19118 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/git_adapter.rb

index ddb1055f320fe0d49cab1c0b5b7d78464206cb1b..8dd4619e80213c4c45d669397bf8a5ef2647d8b5 100644 (file)
@@ -23,7 +23,6 @@ module Redmine
   module Scm
     module Adapters
       class GitAdapter < AbstractAdapter
-
         # Git executable name
         GIT_BIN = Redmine::Configuration['scm_git_command'] || "git"