]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to app/models/repository/bazaar.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 27 Oct 2020 15:19:20 +0000 (15:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 27 Oct 2020 15:19:20 +0000 (15:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20215 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/repository/bazaar.rb

index 6377139c9bd45f50d841fc4264ce107100f183e2..714dbfe3c84530e56ee1e1f41d567da91b3cb1ce 100644 (file)
@@ -64,6 +64,7 @@ class Repository::Bazaar < Repository
     if entries
       entries.each do |e|
         next if e.lastrev.revision.blank?
+
         # Set the filesize unless browsing a specific revision
         if identifier.nil? && e.is_file?
           full_path = File.join(root_url, e.path)