Remove unneed whitespace

This commit is contained in:
Eric Schultz 2018-12-11 14:06:50 -06:00
parent 0d4786427a
commit 6d2af56397

View file

@ -85,7 +85,6 @@ module ScheduledJobs
end
end
def self.update_pending_payouts
return Enumerator.new do |yielder|
Payout.pending.includes(:nonprofit).each do |p|