Skip to content

Commit be35b26

Browse files
committed
trigger build failure
1 parent bffe529 commit be35b26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/client/petstore/ocaml/src/apis/pet_api.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Generated by: https://openapi-generator.tech
55
*
66
*)
7+
slkdfjdsa;lkfjlk
78

89
let add_pet ~pet_t =
910
let open Lwt.Infix in
@@ -12,6 +13,7 @@ let add_pet ~pet_t =
1213
let body = Request.write_as_json_body Pet.to_yojson pet_t in
1314
Cohttp_lwt_unix.Client.call `POST uri ~headers ~body >>= fun (resp, body) ->
1415
Request.read_json_body_as (JsonSupport.unwrap Pet.of_yojson) resp body
16+
kldsfj;aksld
1517

1618
let delete_pet ~pet_id ?api_key () =
1719
let open Lwt.Infix in

0 commit comments

Comments
 (0)