Skip to content

Commit

Permalink
run scalafmt on http4s-22
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwheatley committed Sep 27, 2021
1 parent ea53b5b commit 4975179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package object impl {
}

implicit class MapOps(val values: Map[String, String]) extends AnyVal {
def toHttp4sHeaders: Headers = Headers(values.map { case (k, v) => Header.Raw(CIString(k),v) }.toList)
def toHttp4sHeaders: Headers = Headers(values.map { case (k, v) => Header.Raw(CIString(k), v) }.toList)
}

}

0 comments on commit 4975179

Please sign in to comment.