Skip to content

Commit 07f933f

Browse files
committed
Reset margin to 80
1 parent 2feba20 commit 07f933f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SDN_Types.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let make_string_of formatter x =
4646
let open Format in
4747
let buf = Buffer.create 100 in
4848
let fmt = formatter_of_buffer buf in
49-
pp_set_margin fmt 200;
49+
pp_set_margin fmt 80;
5050
formatter fmt x;
5151
fprintf fmt "@?";
5252
Buffer.contents buf

0 commit comments

Comments
 (0)