Skip to content

Commit

Permalink
Run ocamlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Nov 5, 2023
1 parent 3886b31 commit 62e1749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/routeguide/src/client.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let client ~sw host port network =
in
let addr = `Tcp (Eio_unix.Net.Ipaddr.of_unix inet, port) in
let socket = Eio.Net.connect ~sw network addr in
H2_eio.Client.create_connection ~sw ~error_handler:ignore socket
H2_eio.Client.create_connection ~sw ~error_handler:ignore socket

(* $MDX part-end *)
(* $MDX part-begin=client-get-feature *)
Expand Down
2 changes: 1 addition & 1 deletion examples/routeguide/src/server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ let list_features (buffer : string) (f : string -> unit) =

(* $MDX part-end *)
(* $MDX part-begin=server-record-route *)
let record_route (clock : _ Eio.Time.clock) (stream : string Seq.t) =
let record_route (clock : _ Eio.Time.clock) (stream : string Seq.t) =
Eio.traceln "RecordRoute";

let last_point = ref None in
Expand Down

0 comments on commit 62e1749

Please sign in to comment.