Skip to content

Commit

Permalink
style: scalafmt (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Jul 14, 2022
1 parent 3bb42d9 commit a7d5340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-http/src/main/scala/zhttp/service/HttpRuntime.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object HttpRuntime {
rtm <- ZIO.runtime[R]
env <- ZIO.environment[R]
} yield {
val map = mutable.Map.empty[EventExecutor, Runtime[R]]
val map = mutable.Map.empty[EventExecutor, Runtime[R]]
group.asScala.foreach { e =>
val executor = Executor.fromJavaExecutor(e)
val rtm = Unsafe.unsafeCompat { implicit u =>
Expand Down

0 comments on commit a7d5340

Please sign in to comment.