OCaml: Apply formatting
This commit is contained in:
parent
ce3859f62c
commit
bb1cd19000
12 changed files with 145 additions and 74 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue