mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-23 08:51:13 +00: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:
parent
6def9947df
commit
69e2e8f653
@ -186,6 +186,7 @@ class RepositoriesController < ApplicationController
|
|||||||
# Ruby 1.8.6 has a bug of integer divisions.
|
# Ruby 1.8.6 has a bug of integer divisions.
|
||||||
# http://apidock.com/ruby/v1_8_6_287/String/is_binary_data%3F
|
# http://apidock.com/ruby/v1_8_6_287/String/is_binary_data%3F
|
||||||
return false if Redmine::Scm::Adapters::ScmData.binary?(ent)
|
return false if Redmine::Scm::Adapters::ScmData.binary?(ent)
|
||||||
|
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
private :is_entry_text_data?
|
private :is_entry_text_data?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user