summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-19 04:30:13 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-19 04:30:13 +0000
commitc1e7c43cd43598d2b0c4140314513a74bc686308 (patch)
tree1036940aa8fd9eff47f1eb85c36e39226c1b0647 /app
parent27e30a9701178f65ca71ddfb56bcd1015b124363 (diff)
downloadredmine-c1e7c43cd43598d2b0c4140314513a74bc686308.tar.gz
redmine-c1e7c43cd43598d2b0c4140314513a74bc686308.zip
code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18735 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/models/issue.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb
index 81a569710..f25c0f295 100644
--- a/app/models/issue.rb
+++ b/app/models/issue.rb
@@ -578,8 +578,6 @@ class Issue < ActiveRecord::Base
if (u = attrs.delete('assigned_to_id')) && safe_attribute?('assigned_to_id')
self.assigned_to_id = u
end
-
-
attrs = delete_unsafe_attributes(attrs, user)
return if attrs.empty?