summaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-03 14:55:17 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-03 14:55:17 +0000
commit8a7279e5ee495758f76c752cb48a6d9ffb04499c (patch)
tree99c7b92dbe1328d5cb248c73d7ad91838b2421a7 /app/helpers
parentfc3af794d27f530a280c6edeb8405c4878be9215 (diff)
downloadredmine-8a7279e5ee495758f76c752cb48a6d9ffb04499c.tar.gz
redmine-8a7279e5ee495758f76c752cb48a6d9ffb04499c.zip
add empty line after guard clause to TimelogHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20232 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/timelog_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/timelog_helper.rb b/app/helpers/timelog_helper.rb
index 1017e9ef3..d03fc9273 100644
--- a/app/helpers/timelog_helper.rb
+++ b/app/helpers/timelog_helper.rb
@@ -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)