]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to RepositoriesController
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Oct 2020 12:59:22 +0000 (12:59 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Oct 2020 12:59:22 +0000 (12:59 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20106 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/repositories_controller.rb

index 89447566bbb98b3a4628c171070ed8c073ad09b5..5ab8e7f4d2c48b3eaa9879f7a6f2cba0d271c341 100644 (file)
@@ -186,6 +186,7 @@ class RepositoriesController < ApplicationController
     # Ruby 1.8.6 has a bug of integer divisions.
     # http://apidock.com/ruby/v1_8_6_287/String/is_binary_data%3F
     return false if Redmine::Scm::Adapters::ScmData.binary?(ent)
+
     true
   end
   private :is_entry_text_data?