Skip to content

Commit 31317ef

Browse files
author
Yannick Heiber
committed
scalafixAll
1 parent 5ae1143 commit 31317ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/src/main/scala/org/http4s/fs2data/xml/XmlEventInstances.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ import cats.syntax.all._
2424
import fs2.Chunk
2525
import fs2.Pull
2626
import fs2.Stream
27-
import fs2.data.xml.{XmlEvent, XmlException, render}
27+
import fs2.data.xml.XmlEvent
28+
import fs2.data.xml.XmlException
29+
import fs2.data.xml.render
2830
import fs2.text.decodeWithCharset
2931
import org.http4s.Charset.`UTF-8`
3032
import org.http4s.headers.`Content-Type`

0 commit comments

Comments
 (0)