Skip to content

Commit

Permalink
scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelVanderPaal committed Feb 24, 2024
1 parent b9cf2ea commit 8abfc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo-mvc/src/main/scala/todomvc/TodoMvc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import cats.syntax.all.*
import fs2.concurrent.*
import fs2.dom.*
import io.circe
import io.circe.*
import io.circe.Decoder.Result
import io.circe.*
import io.circe.syntax.*
import org.http4s.*
import org.scalajs.dom.KeyValue
Expand Down

0 comments on commit 8abfc08

Please sign in to comment.