From: Toshi MARUYAMA Date: Tue, 27 Oct 2020 15:18:09 +0000 (+0000) Subject: fix source indent of test/unit/version_test.rb X-Git-Tag: 4.2.0~611 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58a5f38ceeef11b7c809eeebcc4a645c99b7dcd7;p=redmine.git fix source indent of test/unit/version_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20206 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb index af752f0a1..5eb782e90 100644 --- a/test/unit/version_test.rb +++ b/test/unit/version_test.rb @@ -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 )