We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e76484 commit bcee2bdCopy full SHA for bcee2bd
src/dump.ml
@@ -3,5 +3,5 @@ module Read = Fxt.Read
3
let main out tracefile =
4
Eio.Path.with_open_in tracefile @@
5
Eio.Buf_read.parse_exn ~max_size:max_int @@ fun r ->
6
- Fmt.pf out "@[<v>%a@]" (Fmt.seq Read.pp_record) (Read.records r);
+ Fmt.pf out "@[<v>%a@]@." (Fmt.seq Read.pp_record) (Read.records r);
7
Ok ()
0 commit comments