mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21:12 +00:00
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
This commit is contained in:
parent
94647052a8
commit
e96a74b6e1
@ -64,6 +64,7 @@ class Repository::Bazaar < Repository
|
|||||||
if entries
|
if entries
|
||||||
entries.each do |e|
|
entries.each do |e|
|
||||||
next if e.lastrev.revision.blank?
|
next if e.lastrev.revision.blank?
|
||||||
|
|
||||||
# Set the filesize unless browsing a specific revision
|
# Set the filesize unless browsing a specific revision
|
||||||
if identifier.nil? && e.is_file?
|
if identifier.nil? && e.is_file?
|
||||||
full_path = File.join(root_url, e.path)
|
full_path = File.join(root_url, e.path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user