Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)
This commit is contained in:
@@ -175,7 +175,7 @@ RSpec.describe ActivityPub::ProcessAccountService, type: :service do
|
||||
name: "@user#{i + 1}",
|
||||
}
|
||||
],
|
||||
to: ['as:Public', "https://foo.test/users/#{i + 1}"]
|
||||
to: ['as:Public', "https://foo.test/users/#{i + 1}"],
|
||||
}.with_indifferent_access
|
||||
featured_json = {
|
||||
'@context': ['https://www.w3.org/ns/activitystreams'],
|
||||
|
Reference in New Issue
Block a user