code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/helpers/application_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18564 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-09-30 11:42:15 +00:00
parent 90d7d58728
commit 2795d1edc3
2 changed files with 0 additions and 2 deletions

View File

@@ -223,7 +223,6 @@ module ApplicationHelper
end
end
# Helper that formats object for html or text rendering
def format_object(object, html=true, &block)
if block_given?