Skip to content

Commit df9b7a8

Browse files
committed
fixing rubocop violation
1 parent 88d6c3d commit df9b7a8

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
@@ -63,7 +63,7 @@ def prev_page_url
6363

6464
def next_page_url
6565
return nil if collection.total_pages == 0 ||
66-
collection.current_page >= collection.total_pages
66+
collection.current_page >= collection.total_pages
6767
url_for_page(collection.next_page)
6868
end
6969

0 commit comments

Comments
 (0)