Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in rubocop-rails-omakase (#39887).

git-svn-id: https://svn.redmine.org/redmine/trunk@22953 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-08-12 08:36:05 +00:00
parent b224d878c3
commit 6e21ae7209
15 changed files with 28 additions and 46 deletions

View File

@@ -435,7 +435,7 @@ class ImportsControllerTest < Redmine::ControllerTest
)
ActionMailer::Base.deliveries.clear
assert_difference 'Issue.count', 3 do
post(:run, :params => {:id => import,})
post(:run, :params => {:id => import})
assert_response :found
end
actual_email_count = ActionMailer::Base.deliveries.size