From e96a74b6e122adc64b08cd1d2a6fd71a19b402b5 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 27 Oct 2020 15:19:20 +0000 Subject: [PATCH] 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 --- app/models/repository/bazaar.rb | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5