mirror of
https://github.com/redmine/redmine.git
synced 2026-01-22 23:43:01 +01:00
add empty line after guard clause to RepositoriesController
git-svn-id: http://svn.redmine.org/redmine/trunk@20106 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user