Skip to content

Commit

Permalink
Update constructing.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0510 authored Dec 11, 2019
1 parent 2411aa8 commit 7b34231
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/constructing.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ let json_output =
let main () =
let oc = stdout in
Yojson.Basic.pretty_to_channel oc json_output;
output_string oc "\n";
close_out oc
output_string oc "\n"

let () = main ()

0 comments on commit 7b34231

Please sign in to comment.