mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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
|
||||
in
|
||||
(* preamble *)
|
||||
Format.fprintf fmt "@[<hv 2>digraph %s {@," name;
|
||||
Format.fprintf fmt "@[<hv 2>digraph \"%s\" {@," name;
|
||||
aux q;
|
||||
Format.fprintf fmt "}@]@.";
|
||||
()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue