mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user