No-op change to test the pipeline (#212)

This commit is contained in:
Patrick Stevens
2024-08-13 23:06:54 +01:00
committed by GitHub
parent a4f945a3ee
commit a868b8c08e

View File

@@ -695,7 +695,7 @@ module internal HttpClientGenerator =
let headerInfo =
match extractHeaderInformation pi.Attributes with
| [ [ x ] ] -> x
| [ xs ] ->
| [ _ ] ->
failwith
"Expected exactly one Header parameter on the member, with exactly one arg; got one Header parameter with non-1-many args"
| [] ->