]> source.dussan.org Git - redmine.git/commitdiff
Fix RuboCop offense Layout/SpaceAfterComma due to r22418 (#39534).
authorGo MAEDA <maeda@farend.jp>
Thu, 16 Nov 2023 08:16:29 +0000 (08:16 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 16 Nov 2023 08:16:29 +0000 (08:16 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22435 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 341a508fa8f011d9672c30d351be74cb633a39df..ee477dffa8655f56f9a22a0611d923c604427ded 100644 (file)
@@ -1199,7 +1199,7 @@ class IssuesControllerTest < Redmine::ControllerTest
       create!(
         :name => 'Long text', :field_format => 'text',
         :full_width_layout => '1',
-        :tracker_ids => [1,3], :is_for_all => true
+        :tracker_ids => [1, 3], :is_for_all => true
       )
     issue = Issue.find(1)
     issue.custom_field_values = {field.id => 'This is a long text'}