File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/http/src/commonMain/kotlin/elide/http Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public sealed interface HeaderValue {
5858 ) : HeaderValue {
5959 override val count: UShort get() = value.first
6060 override val values: Sequence <HttpHeaderValue > get() = value.second
61- override fun asString (): HttpHeaderValue = value.second.joinToString(" , " ) { it.toString() }
61+ override fun asString (): HttpHeaderValue = value.second.joinToString(" , " )
6262 override fun toString (): String = asString()
6363 }
6464
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ val testCodeCoverageReport by reporting.reports.creating(JacocoCoverageReport::c
4545}
4646
4747dependencies {
48- antJUnit(" org.apache.ant" , " ant-junit" , " 1.10.12" )
48+ antJUnit(" org.apache.ant: ant-junit: 1.10.12" )
4949}
5050
5151val locateCopyJUnitReports: TaskProvider <Copy > by tasks.registering(Copy ::class ) {
You can’t perform that action at this time.
0 commit comments