Skip to content

Commit dcbe4ef

Browse files
committed
Rubocop autocorrect indentation
1 parent e515974 commit dcbe4ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/active_model/serializer/adapter/json_api.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ def relationships_for(serializer, requested_associations)
157157
include_tree = IncludeTree.from_include_args(requested_associations)
158158
serializer.associations(include_tree).each_with_object({}) do |association, hash|
159159
hash[association.key] = JsonApi::Association.new(serializer,
160-
association.serializer,
161-
association.options,
162-
association.links,
163-
association.meta)
160+
association.serializer,
161+
association.options,
162+
association.links,
163+
association.meta)
164164
.as_json
165165
end
166166
end

0 commit comments

Comments
 (0)