brew style fixes
This commit is contained in:
parent
27ee9cf7b9
commit
0021ed45d0
@ -33,7 +33,7 @@ module Repology
|
||||
outdated_packages = query_api
|
||||
response_size = outdated_packages.size
|
||||
last_package_index = outdated_packages.size - 1
|
||||
max_pagination = limit.nil? ? 15 : (limit.to_f / 200).ceil
|
||||
max_pagination = limit.nil? ? 15 : (limit.to_f / 200).ceil
|
||||
|
||||
while response_size > 1 && page_no <= max_pagination
|
||||
odebug "Paginating Repology API page: #{page_no}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user