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
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