diff --git a/http/src/bytebuffer/bytebuffer.ml b/http/src/bytebuffer/bytebuffer.ml index 9a57505cd..eb5e9338d 100644 --- a/http/src/bytebuffer/bytebuffer.ml +++ b/http/src/bytebuffer/bytebuffer.ml @@ -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