Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Mar 1, 2024
1 parent 6590702 commit 165d833
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib_test/helper_server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ module ALPN = struct
Reqd.respond_with_string reqd response request.target

let error_handler :
Eio.Net.Sockaddr.stream
-> ?request:Request.t
-> _
-> (Headers.t -> Body.Writer.t)
-> unit
Eio.Net.Sockaddr.stream
-> ?request:Request.t
-> _
-> (Headers.t -> Body.Writer.t)
-> unit
=
fun _client_address ?request:_ _error start_response ->
let response_body = start_response Headers.empty in
Expand Down

0 comments on commit 165d833

Please sign in to comment.