Skip to content

Commit 8b04a78

Browse files
committed
omit flush in Var.pp
1 parent 3566fac commit 8b04a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lin.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct
1616
(fun () -> let old = !counter in
1717
incr counter; old),
1818
(fun () -> counter := 0)
19-
let pp fmt v = Format.fprintf fmt "t%i%!" v
19+
let pp fmt v = Format.fprintf fmt "t%i" v
2020
let show t =
2121
let buf = Buffer.create 24 in
2222
let fmt = Format.formatter_of_buffer buf in

0 commit comments

Comments
 (0)