Skip to content

Commit

Permalink
fix(conformance): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn225 authored Oct 1, 2024
1 parent 6514ff7 commit 943167c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions zio-http/jvm/src/test/scala/zio/http/ConformanceSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ object ConformanceSpec extends ZIOSpecDefault {
* Stock, presented at the 19th ACM Asia Conference on Computer and
* Communications Security (ASIA CCS) 2024.
*
* Paper URL: https://doi.org/10.1145/3634737.3637678
* GitHub Project: https://github.com/cispa/http-conformance
*
* Paper URL: https://doi.org/10.1145/3634737.3637678 GitHub Project:
* https://github.com/cispa/http-conformance
*/

val validUrl = URL.decode("http://example.com").toOption.getOrElse(URL.root)
Expand Down

0 comments on commit 943167c

Please sign in to comment.