Skip to content

Commit c0cdf65

Browse files
Fix indentation
1 parent a7447ac commit c0cdf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsonapi/acts_as_resource_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def valid_accept_media_type?
189189
end
190190
end
191191

192-
def media_types_for(header)
192+
def media_types_for(header)
193193
(request.headers[header] || '')
194194
.scan(MEDIA_TYPE_MATCHER)
195195
.to_a

0 commit comments

Comments
 (0)