From 58a5f38ceeef11b7c809eeebcc4a645c99b7dcd7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 27 Oct 2020 15:18:09 +0000 Subject: [PATCH] fix source indent of test/unit/version_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20206 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/version_test.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 ) -- 2.39.5