Skip to content

Commit 262cdb9

Browse files
committed
Makes rubocop happy.
1 parent ccdc2dd commit 262cdb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/issues/677_consumes_produces_add_swagger_documentation_options_spec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@
8181
end
8282
end
8383

84-
add_swagger_documentation \
85-
format: :json, \
84+
add_swagger_documentation(
85+
format: :json,
8686
consumes: ['application/json', 'application/x-www-form-urlencoded']
87+
)
8788
end
8889
end
8990

0 commit comments

Comments
 (0)