add empty line after guard clause to TimelogHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@20232 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-11-03 14:55:17 +00:00
parent fc3af794d2
commit 8a7279e5ee

View File

@@ -112,6 +112,7 @@ module TimelogHelper
hours.collect {|h| h[criteria[level]].to_s}.uniq.each do |value|
hours_for_value = select_hours(hours, criteria[level], value)
next if hours_for_value.empty?
row = [''] * level
row << format_criteria_value(available_criteria[criteria[level]], value, false).to_s
row += [''] * (criteria.length - level - 1)