]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 26 Oct 2020 13:34:52 +0000 (13:34 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 26 Oct 2020 13:34:52 +0000 (13:34 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20194 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/filesystem_adapter.rb

index 4efc4a4322928c94b5b8542cfd7ec3d05ba5696b..60bbc8f38ecf9586119f7d0702349abcff10ec68 100644 (file)
@@ -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