Skip to content

Commit e4b3224

Browse files
Fix indentation mismatch
1 parent b7442e7 commit e4b3224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_model_serializers/adapter/json_api/pagination_links.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize(collection, adapter_options)
1515
JsonApi::PaginationLinks requires a ActiveModelSerializers::SerializationContext.
1616
Please pass a ':serialization_context' option or
1717
override CollectionSerializer#paginated? to return 'false'.
18-
EOF
18+
EOF
1919
end
2020
end
2121

0 commit comments

Comments
 (0)