From: Toshi MARUYAMA Date: Sun, 24 Nov 2019 16:43:56 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/project_test.rb X-Git-Tag: 4.2.0~1375 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a5eb0fb3b2a2a2e0542ee85be1541bc4080e309;p=redmine.git cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/project_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19265 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb index 9385dd185..50a664760 100644 --- a/test/unit/project_test.rb +++ b/test/unit/project_test.rb @@ -1077,7 +1077,7 @@ class ProjectTest < ActiveSupport::TestCase ] }, user - ) + ) assert_equal 'valuea', project.custom_field_value(cf1) assert_nil project.custom_field_value(cf2) end