mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/scm/adapters/git_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19201 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -69,7 +69,7 @@ module Redmine
|
||||
end
|
||||
|
||||
def info
|
||||
Info.new(:root_url => url, :lastrev => lastrev('',nil))
|
||||
Info.new(:root_url => url, :lastrev => lastrev('', nil))
|
||||
rescue
|
||||
nil
|
||||
end
|
||||
@@ -421,7 +421,7 @@ module Redmine
|
||||
class Revision < Redmine::Scm::Adapters::Revision
|
||||
# Returns the readable identifier
|
||||
def format_identifier
|
||||
identifier[0,8]
|
||||
identifier[0, 8]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user