]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of test/unit/version_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 27 Oct 2020 15:18:09 +0000 (15:18 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 27 Oct 2020 15:18:09 +0000 (15:18 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20206 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/version_test.rb

index af752f0a111b2346388468ce2233f04953539c38..5eb782e90a7c5f7194f15029068f2f42c8ba438d 100644 (file)
@@ -322,11 +322,12 @@ class VersionTest < ActiveSupport::TestCase
     assert_nil version.custom_field_value(cf2)
     version.send(
       :safe_attributes=,
-      {'custom_fields' =>
-        [
-          {'id' => cf1.id.to_s, 'value' => 'valuea'},
-          {'id' => cf2.id.to_s, 'value' => 'valueb'}
-        ]
+      {
+        'custom_fields' =>
+          [
+            {'id' => cf1.id.to_s, 'value' => 'valuea'},
+            {'id' => cf2.id.to_s, 'value' => 'valueb'}
+          ]
       },
       user
     )