Skip to content

Commit

Permalink
ocamlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Nov 21, 2024
1 parent 713178a commit 1267d1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions http/src/bytebuffer/bytebuffer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ module Bytes = BytesLabels
on the bytebuffer.
*)

type t = {
buf : Bytes.t;
mutable pos_read : int;
mutable pos_fill : int;
}
type t = { buf : Bytes.t; mutable pos_read : int; mutable pos_fill : int }

let create size =
let buf = Bytes.create size in
Expand Down

0 comments on commit 1267d1f

Please sign in to comment.