Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JPonte authored and davesmith00000 committed Jan 23, 2024
1 parent c193c7d commit b0669f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions sandbox-ssr/.jvm/src/main/scala/example/SandboxSSR.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ object SandboxSSR extends IOApp:
val httpApp = Routes.routes[IO](CorvidDatabase.fakeImpl[IO]).orNotFound
val finalHttpApp = Logger.httpApp(true, false)(httpApp)
EmberServerBuilder
.default[IO]
.withHost(ipv4"0.0.0.0")
.withPort(port"8080")
.withHttpApp(finalHttpApp)
.build
.use(_ => IO.never)
.as(ExitCode.Success)
.default[IO]
.withHost(ipv4"0.0.0.0")
.withPort(port"8080")
.withHttpApp(finalHttpApp)
.build
.use(_ => IO.never)
.as(ExitCode.Success)
2 changes: 1 addition & 1 deletion tyrian-htmx/shared/src/main/scala/tyrian/htmx/Html.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package tyrian.htmx

object Html extends HtmxAttributes
object Html extends HtmxAttributes

0 comments on commit b0669f4

Please sign in to comment.