Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser committed Oct 11, 2023
1 parent b4b9ec4 commit e5115f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-http/src/main/scala/zio/http/Header.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4325,7 +4325,7 @@ object Header {

def parse(value: String): Either[String, WWWAuthenticate] =
Try {
val challengeRegEx(scheme, challenge) = (value: @unchecked)
val challengeRegEx(scheme, challenge) = value: @unchecked
val params = auth
.findAllMatchIn(challenge)
.map { m =>
Expand Down

0 comments on commit e5115f3

Please sign in to comment.