mirror of
https://github.com/redmine/redmine.git
synced 2025-11-03 20:06:24 +01:00
cleanup: rubocop: fix Style/AccessModifierDeclarations in lib/redmine/scm/adapters/git_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19119 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -394,6 +394,8 @@ module Redmine
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
def git_cmd(args, options = {}, &block)
|
def git_cmd(args, options = {}, &block)
|
||||||
repo_path = root_url || url
|
repo_path = root_url || url
|
||||||
full_args = ['--git-dir', repo_path]
|
full_args = ['--git-dir', repo_path]
|
||||||
@@ -412,7 +414,6 @@ module Redmine
|
|||||||
end
|
end
|
||||||
ret
|
ret
|
||||||
end
|
end
|
||||||
private :git_cmd
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user