From 69e2e8f653193b76c704df9fb9130bf6fed62f5f Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 2 Oct 2020 12:59:22 +0000 Subject: [PATCH] add empty line after guard clause to RepositoriesController git-svn-id: http://svn.redmine.org/redmine/trunk@20106 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/repositories_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index 89447566b..5ab8e7f4d 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -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?