Skip to content

Commit 3d93778

Browse files
authored
Update soap11_tagless.scala.template
1 parent 90b6d8a commit 3d93778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main/resources/soap11_tagless.scala.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ trait Soap11ClientsF[F[_]] { self: HttpClientsF[F] =>
8686
address,
8787
headers.toMap
8888
)
89-
ftr map { s: String =>
89+
ftr map { (s: String) =>
9090
try {
9191
val response = scala.xml.XML.loadString(s)
9292
scalaxb.fromXML[Envelope](response)

0 commit comments

Comments
 (0)