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 2feba20 commit 07f933fCopy full SHA for 07f933f
lib/SDN_Types.ml
@@ -46,7 +46,7 @@ let make_string_of formatter x =
46
let open Format in
47
let buf = Buffer.create 100 in
48
let fmt = formatter_of_buffer buf in
49
- pp_set_margin fmt 200;
+ pp_set_margin fmt 80;
50
formatter fmt x;
51
fprintf fmt "@?";
52
Buffer.contents buf
0 commit comments