Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Aug 6, 2024
1 parent 9179f3d commit 6ade195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class EndpointGenerator {
val (t, _) = mapSchemaSimpleTypeToType(st)
s"Map[String, $t]"
case x => bail(s"Can't create this param as output (found $x)")
}
}
s"streamBody($capability)(Schema.binary[$outT], CodecFormat.OctetStream())"
}

Expand Down

0 comments on commit 6ade195

Please sign in to comment.