OCaml: Apply formatting

This commit is contained in:
Juno Takano 2025-04-19 19:09:16 -03:00
commit bb1cd19000
12 changed files with 145 additions and 74 deletions

View file

@ -6,8 +6,7 @@ let read_channel channel =
Buffer.add_char buffer '\n';
read ()
in
try read () with
End_of_file -> Buffer.contents buffer
try read () with End_of_file -> Buffer.contents buffer
let read path =
let channel = open_in path in