Autofix Rubocop Style/TrailingCommaInArguments (#23694)
This commit is contained in:
parent
ab7816a414
commit
c38bd17657
4 changed files with 8 additions and 18 deletions
|
@ -58,7 +58,7 @@ class TagsController < ApplicationController
|
|||
def collection_presenter
|
||||
ActivityPub::CollectionPresenter.new(
|
||||
id: tag_url(@tag),
|
||||
type: :ordered,
|
||||
type: :ordered
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue