]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/AlignArguments in app/models/version.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 6 Nov 2019 08:59:53 +0000 (08:59 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 6 Nov 2019 08:59:53 +0000 (08:59 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18921 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/version.rb

index 76226906a905d2b73fd38c46037e0da77c612428..ef8d1dc59e76d9098079835ce9e76b6c6cac55d1 100644 (file)
@@ -153,15 +153,15 @@ class Version < ActiveRecord::Base
   }
 
   safe_attributes 'name',
-    'description',
-    'effective_date',
-    'due_date',
-    'wiki_page_title',
-    'status',
-    'sharing',
-    'default_project_version',
-    'custom_field_values',
-    'custom_fields'
+                  'description',
+                  'effective_date',
+                  'due_date',
+                  'wiki_page_title',
+                  'status',
+                  'sharing',
+                  'default_project_version',
+                  'custom_field_values',
+                  'custom_fields'
 
   def safe_attributes=(attrs, user=User.current)
     if attrs.respond_to?(:to_unsafe_hash)