Skip to content

Commit

Permalink
No-op change to test the pipeline (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Aug 13, 2024
1 parent a4f945a commit a868b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WoofWare.Myriad.Plugins/HttpClientGenerator.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
| [] ->
Expand Down

0 comments on commit a868b8c

Please sign in to comment.