Skip to content

Commit d0ea86e

Browse files
committed
change arrowhead for dot language for association relationsships
1 parent b2f5743 commit d0ea86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/pyreverse/dot_printer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class HTMLLabels(Enum):
3939
EdgeType.ASSOCIATION: {
4040
"fontcolor": "green",
4141
"arrowtail": "none",
42-
"arrowhead": "none",
42+
"arrowhead": "normal",
4343
"style": "solid",
4444
},
4545
EdgeType.AGGREGATION: {

0 commit comments

Comments
 (0)