Skip to content

Commit bcee2bd

Browse files
committed
Include final newline in eio-trace dump
1 parent 1e76484 commit bcee2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dump.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module Read = Fxt.Read
33
let main out tracefile =
44
Eio.Path.with_open_in tracefile @@
55
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);
6+
Fmt.pf out "@[<v>%a@]@." (Fmt.seq Read.pp_record) (Read.records r);
77
Ok ()

0 commit comments

Comments
 (0)