Skip to content

Commit

Permalink
Makes rubocop happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord committed Mar 3, 2024
1 parent ccdc2dd commit 262cdb9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@
end
end

add_swagger_documentation \
format: :json, \
add_swagger_documentation(
format: :json,
consumes: ['application/json', 'application/x-www-form-urlencoded']
)
end
end

Expand Down

0 comments on commit 262cdb9

Please sign in to comment.