Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix(http4s): format About.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Aug 31, 2023
1 parent 4bf6a9f commit 778cc2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.http4s.dsl.Http4sDsl

object About:
def routes[F[_]: Sync](): HttpRoutes[F] =
val dsl = new Http4sDsl[F]{}
val dsl = new Http4sDsl[F] {}
import dsl._
HttpRoutes.of[F]:
case GET -> Root / "about" =>
Expand Down

0 comments on commit 778cc2e

Please sign in to comment.