Skip to content

Commit 9cd0340

Browse files
committed
Remove rankdir=LR; from DOT output
1 parent e9c3e14 commit 9cd0340

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

misc/scripts/cryptography/generate_cbom.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ def convert_dgml_to_dot(dgml_file, dot_file):
3939

4040
# Form dot element sequence
4141
body_l = ["digraph cbom {",
42-
"node [shape=box];",
43-
"rankdir=LR;"
42+
"node [shape=box];"
4443
]
4544

4645
# Process nodes

0 commit comments

Comments
 (0)