Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Oct 17, 2024
1 parent df51129 commit 5ffebc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class BatcherWorkerService[MsgDestination](
(msg, notificationMessage.body)
}
.groupedWithin(maxProcessedPaths, flushInterval)
.map(_.toList.unzip)
.map(_.toList.unzip)
.mapAsync(1) {
case (msgs, paths) =>
info(s"Processing ${paths.size} input paths")
Expand Down

0 comments on commit 5ffebc2

Please sign in to comment.