Skip to content

Commit

Permalink
scalafixAll
Browse files Browse the repository at this point in the history
  • Loading branch information
ybasket committed Nov 21, 2022
1 parent 5ae1143 commit 31317ef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ import cats.syntax.all._
import fs2.Chunk
import fs2.Pull
import fs2.Stream
import fs2.data.xml.{XmlEvent, XmlException, render}
import fs2.data.xml.XmlEvent
import fs2.data.xml.XmlException
import fs2.data.xml.render
import fs2.text.decodeWithCharset
import org.http4s.Charset.`UTF-8`
import org.http4s.headers.`Content-Type`
Expand Down

0 comments on commit 31317ef

Please sign in to comment.