瀏覽代碼

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
tags/4.2.0
Toshi MARUYAMA 3 年之前
父節點
當前提交
e96a74b6e1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      app/models/repository/bazaar.rb

+ 1
- 0
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)

Loading…
取消
儲存