Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Jan 13, 2025
1 parent 404f7df commit ad2ae68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ object ConsumerSpec extends ZIOSpecDefaultSlf4j with KafkaRandom {
ZIO.logAnnotate("consumer", name) {
ZIO.scoped {
(for {
consumer <- ZIO.service[Consumer]
consumer <- ZIO.service[Consumer]
consumedMessagesCounter <- Ref.make(0)
_ <- consumedMessagesCounter.get
.flatMap(consumed => ZIO.logDebug(s"Consumed so far: $consumed"))
Expand Down

0 comments on commit ad2ae68

Please sign in to comment.