mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-29 03:39:38 +00:00
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20194 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
544fe70b5f
commit
920e5f086f
@ -52,9 +52,7 @@ module Redmine
|
||||
end
|
||||
|
||||
def info
|
||||
info = Info.new({:root_url => target(),
|
||||
:lastrev => nil
|
||||
})
|
||||
info = Info.new({:root_url => target(), :lastrev => nil})
|
||||
info
|
||||
rescue CommandFailed
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user