]> source.dussan.org Git - redmine.git/commitdiff
fix source indents of lib/redmine/scm/adapters/bazaar_adapter.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 9 Jul 2020 15:18:39 +0000 (15:18 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 9 Jul 2020 15:18:39 +0000 (15:18 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19874 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/bazaar_adapter.rb

index 30a3d2a69e7a23f766c2d4e906d8e7c361fb3993..336864e672133dc4886727467a1bf9908b5cf146 100644 (file)
@@ -237,12 +237,14 @@ module Redmine
               next unless line =~ %r{^(\d+) ([^|]+)\| (.*)$}
 
               rev = $1
-              blame.add_line($3.rstrip,
+              blame.add_line(
+                 $3.rstrip,
                  Revision.new(
-                  :identifier => rev,
-                  :revision   => rev,
-                  :author     => $2.strip
-                  ))
+                   :identifier => rev,
+                   :revision   => rev,
+                   :author     => $2.strip
+                 )
+              )
             end
           end
           blame