Skip to content

Commit

Permalink
Remove SOD
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 10, 2024
1 parent 5530002 commit e28308f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ object StreamingZioHttpServer extends ZIOAppDefault {
.zipWith(ZStream[Char]('a', 'b', 'c', 'd').repeat(Schedule.forever))((_, c) => c)
.take(size)
.map(_.toByte)
.tap(x => ZIO.succeed(println("XXX " + x)))

ZIO.succeed((size, stream))
}
Expand Down

0 comments on commit e28308f

Please sign in to comment.