test tweaking the graph

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-03-03 16:25:18 +01:00
parent 112ae0db7d
commit 0a77c3af86
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -110,6 +110,7 @@ impl MethodCFG<'_> {
); );
dot_string += " style=\"dashed\";\n"; dot_string += " style=\"dashed\";\n";
dot_string += " color=\"black\";\n"; dot_string += " color=\"black\";\n";
dot_string += " rankdir=\"TB\";\n";
dot_string += &format!( dot_string += &format!(
" label=\"Register Types{}\";\n", " label=\"Register Types{}\";\n",
self.method.descriptor.__str__() self.method.descriptor.__str__()