Skip to content

Commit

Permalink
Fix old given syntax warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 11, 2024
1 parent dbe1f09 commit 1163f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/scala/http/MkHttpServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object MkHttpServer:

def apply()(using server: MkHttpServer): MkHttpServer = server

given forAsyncLogger(using Logger[IO]): MkHttpServer = new:
given Logger[IO] => MkHttpServer = new:

def newEmber(cfg: HttpServerConfig, httpApp: HttpApp[IO]): Resource[IO, Server] = EmberServerBuilder
.default[IO]
Expand Down

0 comments on commit 1163f62

Please sign in to comment.