Make rubocop happy

parent 07e336e4
......@@ -44,7 +44,7 @@ module Geo
remaining_capacity = db_retrieve_batch_size - resources.size
return resources if remaining_capacity.zero?
resources = resources + find_outdated_project_ids(batch_size: remaining_capacity)
resources += find_outdated_project_ids(batch_size: remaining_capacity)
remaining_capacity = db_retrieve_batch_size - resources.size
return resources if remaining_capacity.zero?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment