Skip to content

Commit dfa2941

Browse files
committed
Rubocop
1 parent 970188f commit dfa2941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/solid_queue/batch_execution.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def create_all_from_jobs(jobs)
2424
})
2525

2626
total = jobs.size
27-
SolidQueue::Batch.where(batch_id:).update_all(["total_jobs = total_jobs + ?", total])
27+
SolidQueue::Batch.where(batch_id:).update_all([ "total_jobs = total_jobs + ?", total ])
2828
end
2929
end
3030
end

0 commit comments

Comments
 (0)