Skip to content

Commit

Permalink
Update app/hurl.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Reynir Björnsson <[email protected]>
  • Loading branch information
hannesm and reynir committed Oct 22, 2021
1 parent 0224bd5 commit 4a34644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hurl.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let jump () protocol uri meth headers output input =
let (let*) = Result.bind in
let ( let* ) = Result.bind in
let config = match protocol with
| None -> None
| Some `HTTP_1_1 -> Some (`HTTP_1_1 Httpaf.Config.default)
Expand Down

0 comments on commit 4a34644

Please sign in to comment.