]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:42:50 +0000 (14:42 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:42:50 +0000 (14:42 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20223 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/mercurial_adapter.rb

index e914a631c044b567471c51342bacd028b8af3467..8aa971d1bedec6f4dc52f1cf16169c69ac2b57f9 100644 (file)
@@ -222,13 +222,13 @@ module Redmine
             yield Revision.new(:revision => le['revision'],
                                :scmid    => le['node'],
                                :author   =>
-                                           CGI.unescape(
-                                             (begin
-                                                le['author']['__content__']
-                                              rescue
-                                                ''
-                                              end)
-                                           ),
+                                 CGI.unescape(
+                                   begin
+                                     le['author']['__content__']
+                                   rescue
+                                     ''
+                                   end
+                                 ),
                                :time     => Time.parse(le['date']['__content__']),
                                :message  => CGI.unescape(le['msg']['__content__']),
                                :paths    => paths,