diff --git a/app/views/common/_diff.html.erb b/app/views/common/_diff.html.erb index 9967a6810..1f3f82540 100644 --- a/app/views/common/_diff.html.erb +++ b/app/views/common/_diff.html.erb @@ -1,4 +1,6 @@ -<% diff = Redmine::UnifiedDiff.new(diff, :type => diff_type, :max_lines => Setting.diff_max_lines_displayed.to_i) -%> +<% diff = Redmine::UnifiedDiff.new( + diff, :type => diff_type, + :max_lines => Setting.diff_max_lines_displayed.to_i) -%> <% diff.each do |table_file| -%>