From: Toshi MARUYAMA Date: Tue, 27 Oct 2020 15:19:20 +0000 (+0000) Subject: add empty line after guard clause to app/models/repository/bazaar.rb X-Git-Tag: 4.2.0~602 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e96a74b6e122adc64b08cd1d2a6fd71a19b402b5;p=redmine.git add empty line after guard clause to app/models/repository/bazaar.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20215 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/repository/bazaar.rb b/app/models/repository/bazaar.rb index 6377139c9..714dbfe3c 100644 --- a/app/models/repository/bazaar.rb +++ b/app/models/repository/bazaar.rb @@ -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)