Skip to content

Commit 69e2e8f

Browse files
committed
add empty line after guard clause to RepositoriesController
git-svn-id: http://svn.redmine.org/redmine/trunk@20106 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 6def994 commit 69e2e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/repositories_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def is_entry_text_data?(ent, path)
186186
# Ruby 1.8.6 has a bug of integer divisions.
187187
# http://apidock.com/ruby/v1_8_6_287/String/is_binary_data%3F
188188
return false if Redmine::Scm::Adapters::ScmData.binary?(ent)
189+
189190
true
190191
end
191192
private :is_entry_text_data?

0 commit comments

Comments
 (0)