cleanup: rubocop: fix Layout/AlignArguments in app/models/workflow_rule.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18990 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-09 06:54:07 +00:00
parent 3483ea73b1
commit c7ee8d26af

View File

@@ -42,9 +42,9 @@ class WorkflowRule < ActiveRecord::Base
target_trackers.each do |target_tracker|
target_roles.each do |target_role|
copy_one(source_tracker || target_tracker,
source_role || target_role,
target_tracker,
target_role)
source_role || target_role,
target_tracker,
target_role)
end
end
end