0
0
Fork 0

Autofix Rubocop Style/TrailingCommaInArguments (#23694)

This commit is contained in:
Nick Schonning 2023-02-18 06:39:58 -05:00 committed by GitHub
parent ab7816a414
commit c38bd17657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 18 deletions

View file

@ -58,7 +58,7 @@ class TagsController < ApplicationController
def collection_presenter
ActivityPub::CollectionPresenter.new(
id: tag_url(@tag),
type: :ordered,
type: :ordered
)
end
end