diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-10-27 15:19:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-10-27 15:19:20 +0000 |
commit | e96a74b6e122adc64b08cd1d2a6fd71a19b402b5 (patch) | |
tree | 741ab5a8b95bc2b3e7cc503f632c85a6578e6e6b | |
parent | 94647052a8e750fdfa4ffed9cec6cf9e506a9ea7 (diff) | |
download | redmine-e96a74b6e122adc64b08cd1d2a6fd71a19b402b5.tar.gz redmine-e96a74b6e122adc64b08cd1d2a6fd71a19b402b5.zip |
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
-rw-r--r-- | app/models/repository/bazaar.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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) |