mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
small fix to CCKTree.Dot
This commit is contained in:
parent
5f228501ad
commit
24f8066999
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ module Dot = struct
|
||||||
FQ.empty l
|
FQ.empty l
|
||||||
in
|
in
|
||||||
(* preamble *)
|
(* preamble *)
|
||||||
Format.fprintf fmt "@[<hv 2>digraph %s {@," name;
|
Format.fprintf fmt "@[<hv 2>digraph \"%s\" {@," name;
|
||||||
aux q;
|
aux q;
|
||||||
Format.fprintf fmt "}@]@.";
|
Format.fprintf fmt "}@]@.";
|
||||||
()
|
()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue