]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/project_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 24 Nov 2019 16:43:56 +0000 (16:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 24 Nov 2019 16:43:56 +0000 (16:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19265 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/project_test.rb

index 9385dd185ab815bdb2e81534aeeaf746654e86b6..50a664760f06cd3d6771b32cb864edd5cb2a3576 100644 (file)
@@ -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